diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-05-01 16:04:08 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-05-01 16:04:08 +0200 |
commit | b15fe14707386343085edf471d64e4a9f22f0978 (patch) | |
tree | 1558a1b6682e48a1e2358251c492ab43e2efc35c /man/feh.1 | |
parent | 083dcf7c52e8ff425e5f46168bf169ed60b485d3 (diff) |
feh(1): --action: Also relevant for --loadable/--unloadable
Diffstat (limited to 'man/feh.1')
-rw-r--r-- | man/feh.1 | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -231,8 +231,11 @@ E.g. to sort in reverse width order, use .It Cm -A , --action Ar action Specify a string as an action to perform on the image. In slideshow or multiwindow modes, the action will be run when the enter key is pressed, in -list mode, the action will be run for each file listed. The action will be -executed by /bin/sh. Use format specifiers to refer to image info. See +list mode, the action will be run for each file listed. In +loadables/unloadables mode, the action will be run for each +loadable/unloadable file, respectively. +The action will be executed by /bin/sh. Use format specifiers to refer to +image info. See .Sx FORMAT SPECIFIERS for examples. E.g. .Qq feh -A "mv ~/images/%n" * . |