diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2010-09-15 17:28:58 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2010-09-15 17:28:58 +0200 | 
| commit | 166451bfc4b108ded12235eb803aa7dfac517180 (patch) | |
| tree | 3350ada90a0730ca39fd93b649f636c8a09a5eb5 | |
| parent | 09fd4a99df2a0a791677d48a936244630bbfee33 (diff) | |
Document ; actions
| -rw-r--r-- | man/feh.pre | 13 | 
1 files changed, 9 insertions, 4 deletions
| diff --git a/man/feh.pre b/man/feh.pre index 4f52034..7e0ce67 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -75,12 +75,20 @@ unloadable files.  Useful for preening a directory.  .Sh OPTIONS  .Bl -tag -width indent  . -.It Cm -A , --action Ar action +.It Cm -A , --action Oo Ar flag Oc Ns 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.  In  loadables/unloadables mode, the action will be run for each  loadable/unloadable file, respectively. +.Pp +If +.Ar flag +is +.Qq \&; , +.Nm +will not switch to the next image after executing the action. +.Pp  The action will be executed by /bin/sh.  Use format specifiers to refer to  image info.  See  .Sx FORMAT SPECIFIERS @@ -92,9 +100,6 @@ multiwindow mode, the window will be closed.  .It Cm --action1 No .. Cm --action9  Extra actions which can be set and triggered using the appropiate number key.  . -.It Cm --action-hold-slide -Do not change to the next image after pressing an action key. -.  .It Cm -Z , --auto-zoom  Zoom pictures to screen size in fullscreen  .Pq affected by Cm --stretch No and Cm --ignore-aspect . | 
