diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-02-16 17:45:37 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-02-16 17:45:52 +0100 |
commit | bbf0d721516cbbd561ef2b4fd698e1ebf722cdd9 (patch) | |
tree | 8e24bbaec73c63433c1fdf31d036847ecc2d7534 /man | |
parent | d63e1cdd97d9c492733c798d1b5f55c0267b0160 (diff) |
feh(1): Add example for showing only landscape-mode pictures
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 . . |