Geh is a simple commandline image viewer written in C/Gtk+ with various nice features. It currently supports the following modes:
A little experiment with new Gtk+ widgets such as GtkIconView and as a replacment of my uses of feh to get rid of imlib2 as system install dependency. It looks something like this:
* f, zoom to fit. * F, full mode showing only the current picture. * s, slide mode showing a large picture and one row of thumbnails. * S, open save picture dialog. * R, open rename picture dialog. * t T, thumbnail mode showing only thumbnails. * q Q, quit. * n N, show/select next image. * p P, show/select previous image. * +, zoom in current image. * -, zoom out current image. * F11, toggle fullscreen mode.
Building Geh requires Gtk+ version >= 2.6.0 including development files which may not have been installed by default on your platform. On debian and ubuntu the required packages are named:
Building Geh is then a matter of issuing the following commands:
$ cd geh $ ./autogen.sh $ ./configure && make