diff options
author | Bert Münnich <ber.t@posteo.de> | 2014-11-27 22:37:20 +0100 |
---|---|---|
committer | Bert Münnich <ber.t@posteo.de> | 2014-11-27 22:37:20 +0100 |
commit | 216ad81b59a7b3a9a4d1f83a26fa2a23ff17a0e0 (patch) | |
tree | e7e735ee3073e40eaec1b05342a94409fb1c165e /sxiv.1 | |
parent | 51854c614873f59571e80da79f0dc0e8446cbf21 (diff) |
Pass file paths to key handler via stdin; fixes issue #187
Diffstat (limited to 'sxiv.1')
-rw-r--r-- | sxiv.1 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -358,8 +358,9 @@ located in .IR $XDG_CONFIG_HOME/sxiv/exec/key-handler . The handler is invoked by pressing .BR Ctrl-x . -The next key combo is then passed as its first argument, followed by the paths -of all marked images or the path of the current image, if no image is marked. +The next key combo is passed as its first argument. The paths of all marked +images--or of the current image, if no image is marked--are passed via stdin, +one file path per line. sxiv(1) will block until the handler terminates. It then checks which images have been modified and reloads them. |