An open API service indexing awesome lists of open source software.

https://github.com/fuuzetsu/himg

HImg is a very plain image viewer written in Haskell: point it at a link or URL and that's it. No fancy stuff. Requires GTK.
https://github.com/fuuzetsu/himg

Last synced: 11 months ago
JSON representation

HImg is a very plain image viewer written in Haskell: point it at a link or URL and that's it. No fancy stuff. Requires GTK.

Awesome Lists containing this project

README

          

HImg
------

HImg: very simple image viewer

-h Prints this help.
-f Opens the specified file.
-u Opens the file from the specified url.
Tries to guess whether something's a file or url and opens it.

Example usage:
himg -f /tmp/foo.jpg
himg http://example.com/animation.gif

To quit the viewer, press ‘q’.