From 23029c351dacce90d78b5648ffc4bc7bcf6aa359 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 29 Sep 2011 17:27:56 +0200 Subject: start --index-{name,dim,size} -> printf transition --- man/feh.pre | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'man/feh.pre') diff --git a/man/feh.pre b/man/feh.pre index b40510e..6fbff64 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -286,18 +286,6 @@ name beneath each thumbnail. Index mode enables certain other options, see and .Sx MONTAGE MODE OPTIONS . . -.It Cm --index-dim Ar bool -. -Toggle showing image dimensions in thumbnail/index mode. -. -.It Cm --index-name Ar bool -. -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 @@ -726,6 +714,11 @@ Number of image pixels . Image size in bytes . +.It %S +. +Image size in kilobytes +.Pq with kB postfix +. .It %t . Image format -- cgit v1.2.3 From eff624290d52d526e4db834b40aff08f1c1db069 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 30 Sep 2011 13:48:46 +0200 Subject: Add --index-info to documentation --- man/feh.pre | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'man/feh.pre') diff --git a/man/feh.pre b/man/feh.pre index 6fbff64..fe4037c 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -243,8 +243,10 @@ Disable antialiasing for zooming, background setting etc. . .It Cm -I , --fullindex . -Same as Index mode, but you also get image size and dimensions printed -below each thumbnail. Enables +Same as index mode, but with additional information below the thumbnails. +Works just like +.Qq feh --index --index-info \&"\&%n\en\&%S\en\&%wx\&%h\&" . +Enables .Sx MONTAGE MODE OPTIONS . . .It Cm -F , --fullscreen @@ -286,6 +288,14 @@ name beneath each thumbnail. Index mode enables certain other options, see and .Sx MONTAGE MODE OPTIONS . . +.It Cm --index-info Ar format +. +Show image information based on +.Ar format +below thumbnails in index / thumbnail mode. See +.Sx FORMAT SPECIFIERS . +May contain newlines. +. .It Cm --info Ar commandline . Execute -- cgit v1.2.3