diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2016-02-10 22:26:33 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2016-02-10 22:26:33 +0100 | 
| commit | f3d11d516adad61a99ec1e1a7585f33c0773114e (patch) | |
| tree | b1788759e5732153a121960058ce9649a8b54a57 /man | |
| parent | dc64b30d981d7a368d7b11aef19ec60b6f05dbbd (diff) | |
add preliminary action-title support (#224)
Diffstat (limited to 'man')
| -rw-r--r-- | man/feh.pre | 12 | 
1 files changed, 11 insertions, 1 deletions
diff --git a/man/feh.pre b/man/feh.pre index 01f51c2..747c471 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -136,7 +136,7 @@ For animated images, only the first frame is shown.  .  .Bl -tag -width indent  . -.It Cm -A , --action Oo Ar flag Oc Ns Ar action +.It Cm -A , --action Oo Ar flag Oc Ns Oo [ Ar title ] Oc Ns Ar action  .  Specify a shell command as an action to perform on the image.  In slideshow or  multiwindow mode, the action will be run when the action_0 key is pressed, in @@ -154,6 +154,16 @@ is  will reload the current image instead of switching to the next one after  executing the action.  . +If +.No [ Ar title ] +is specified, +.Cm --draw-actions +will display +.Ar title +instead of +.Ar action +in the action list. +.  .Pp  .  The action will be executed by /bin/sh.  Use format specifiers to refer to  | 
