diff options
Diffstat (limited to 'man')
| -rw-r--r-- | man/feh.pre | 22 | 
1 files changed, 22 insertions, 0 deletions
| diff --git a/man/feh.pre b/man/feh.pre index fc45a3d..8ef5318 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -397,6 +397,15 @@ of zero causes  .Nm  to try indefinitely. By default, magick support is disabled.  . +.It Cm --max-dimension Ar width No x Ar height +. +Only show images with width <= +.Ar width +and height <= +.Ar height . +If you only care about one parameter, set the other to either something large +or -1. +.  .It Cm -M , --menu-font Ar font  .  Use @@ -404,6 +413,14 @@ Use  .Pq truetype, with size, like Qq yudit/12  as menu font.  . +.It Cm --min-dimension Ar width No x Ar height +. +Only show images with width >= +.Ar width +and height >= +.Ar height . +If you only care about one parameter, set the other to 0. +.  .It Cm -m , --montage  .  Enable montage mode.  Montage mode creates a new image consisting of a grid of @@ -1463,6 +1480,11 @@ Same as above  .  Show some EXIF information, extracted by exifprobe/exifgrep  . +.It feh --action 'rm %F' -rl --max-dim 1000x800 +. +Resursively remove all images with dimensions below or equal to 1000x800 pixels +from the current directory. +.  .El  .  . | 
