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.
- Host: GitHub
- URL: https://github.com/fuuzetsu/himg
- Owner: Fuuzetsu
- License: gpl-3.0
- Created: 2014-02-01T04:52:24.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-02T15:59:54.000Z (about 12 years ago)
- Last Synced: 2025-03-21T11:52:50.990Z (11 months ago)
- Language: Haskell
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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’.