From bbf0d721516cbbd561ef2b4fd698e1ebf722cdd9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 16 Feb 2019 17:45:37 +0100 Subject: feh(1): Add example for showing only landscape-mode pictures --- man/feh.pre | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'man') 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 . . -- cgit v1.2.3