An image viewer for your (sixel capable) terminal.
This is the result of a weekend experiment where I was trying to figure out ifone could build a simple image viewer using bash and img2sixel. The result workssuprisingly well and is something I use from time to time if I want to take aquick glance at some pictures.
Just start this script and you should see a gallery of the current directory, youcan use hjkl to navigate and press the spacebar to enlargen the currently selectedimage. Press space again to return to the overview.
Only really tested in mlterm, xterm might work though.
I am unlikely to continue work on this, I will however review and merge pullrequests :)