summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2010-09-11 00:19:51 +0200
committerDaniel Friesel <derf@finalrewind.org>2010-09-11 00:19:54 +0200
commit013d9e0cb62119e936080bf83a4687d07f3f2786 (patch)
treebfb5b9f339cca68d47a99f30af4bbb1eeed77ade
parent992c636fa1dd1c79271943a8b6cc3575423b798b (diff)
Document --info
-rw-r--r--ChangeLog1
-rw-r--r--man/feh.pre7
-rw-r--r--src/help.raw1
3 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a5f43d..ca8ec97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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