Skip to content
/ geh Public

Geh is a simple commandline image viewer written in C/Gtk+

Notifications You must be signed in to change notification settings

pekdon/geh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Geh is a simple commandline image viewer written in C/Gtk+ with various nice features. It currently supports the following modes:

  • Slide-show mode displaying multiple images in a row either controlled by an time interval and/or mousebutton clicks.
  • Thumbnail mode creating small thumbnail images and caching them in ~/.thumbnails according to freedesktop.org's thumbnail specification.

For more information check out the geh project page at: https://github.com/pekdon/geh

git clone https://github.com/pekdon/geh.git
mkdir -p geh/build
cd geh/build
cmake ..
make
make install

Usage

Keybindings

  • 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.
  • 0, zoom current image to original size.
  • F11, toggle fullscreen mode.

About

Geh is a simple commandline image viewer written in C/Gtk+

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published