diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/feh.pre | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/feh.pre b/man/feh.pre index bbf58d0..913b9b3 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -1954,6 +1954,12 @@ Show some EXIF information, extracted by exifprobe/exifgrep Recursively remove all images with dimensions below or equal to 1000x800 pixels from the current directory. . +.It feh -L '%w %h %f' \&| awk '{ if \&($1 > $2\&) { print $0 } }' \&| cut -d ' ' -f 3- \&| feh -f - +. +Show landscape pictures +.Pq image width greater than height +in the current directory. +. .El . . |