diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2010-09-11 00:19:51 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2010-09-11 00:19:54 +0200 | 
| commit | 013d9e0cb62119e936080bf83a4687d07f3f2786 (patch) | |
| tree | bfb5b9f339cca68d47a99f30af4bbb1eeed77ade | |
| parent | 992c636fa1dd1c79271943a8b6cc3575423b798b (diff) | |
Document --info
| -rw-r--r-- | ChangeLog | 1 | ||||
| -rw-r--r-- | man/feh.pre | 7 | ||||
| -rw-r--r-- | src/help.raw | 1 | 
3 files changed, 9 insertions, 0 deletions
| @@ -7,6 +7,7 @@ git HEAD      * Patch by Levi Smith: Add --action-hold-slide option      * Workaround for Xinerama fuckups: Set XINERAMA_SCREEN to the correct        xinerama screen number +    * Add --info option to display custom image information  Tue, 24 Aug 2010 19:23:36 +0200  Daniel Friesel <derf@chaosdorf.de> diff --git a/man/feh.pre b/man/feh.pre index 4dccd8a..06ec5a2 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -217,6 +217,13 @@ Toggle showing the filename in thumbnail/index mode.  .It Cm --index-size Ar bool  Toggle showing the filesize in thumbnail/index mode.  . +.It Cm --info Ar commandline +Execute +.Ar commandline +and display its output in the bottom right corner of the image.  Can be used to +display e.g. image dimensions or EXIF information.  Supports +.Sx FORMAT SPECIFIERS . +.  .It Cm -k , --keep-http  When viewing files using HTTP,  .Nm diff --git a/src/help.raw b/src/help.raw index caa2232..e0ea432 100644 --- a/src/help.raw +++ b/src/help.raw @@ -55,6 +55,7 @@ OPTIONS   -m, --montage             Enable montage mode   -c, --collage             Montage mode with randomly distributed thumbnails   -i, --index               Create an index print of all images +     --info CMD            Run CMD and show its output in the image window   -t, --thumbnails          Show images as clickable thumbnails   -P, --cache-thumbnails    Enable thumbnail caching for thumbnail mode.                             Only works with thumbnails <= 256x256 pixels | 
