Git Product home page Git Product logo

geh-rv's Introduction

Geh is a simple command line 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.

This is a fork being developed as part of the Software Revive initiative.

For more information check out the geh project page at: https://github.com/software-revive/geh-rv

The original project URL is: https://projects.pekdon.net/projects/geh

What's new

See NEWS for details about changes between releases.

We don't maintain the ChangeLog file (in the GNU compatible format), since git log does just the same job.

Installation

If you build the program from the git source tree, run ./autogen.sh first to generate the configure script. If you build the program from a release tarball, the configure script is already present.

Geh can be built with gtk2 or gtk3.

To build the gtk2 version, run:

./configure --prefix=<your installation path> --enable-gtk2
make && make install

To build the gtk3 version, run:

./configure --prefix=<your installation path> --disable-gtk2
make && make install

Geh compiles to a single binary. No additional dependencies, just the standard gtk-related shared libraries (pixbuf, gtk2/3, pango, cairo etc).

Usage

See the output of geh --help for detals.

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.

geh-rv's People

Contributors

wandrien avatar happyfacade avatar actionless avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.