Ueberzug
What is it?
Überzug is a command line util which allows to draw images on terminals by using child windows.
Installation
$ sudo pip3 install ueberzug
MacOS
As per this issue to get ueberzug to install on
MacOS you might need to add the following lines to a ~/.pydistutils.cfg
file:
[build_ext]
include_dirs=/opt/X11/include
library_dirs=/opt/X11/lib
Official documentation
Official documentation for ueberzug can be found here.