summaryrefslogtreecommitdiffstats
path: root/sxiv.1
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2014-11-27 22:37:20 +0100
committerBert Münnich <ber.t@posteo.de>2014-11-27 22:37:20 +0100
commit216ad81b59a7b3a9a4d1f83a26fa2a23ff17a0e0 (patch)
treee7e735ee3073e40eaec1b05342a94409fb1c165e /sxiv.1
parent51854c614873f59571e80da79f0dc0e8446cbf21 (diff)
downloadnsxiv-216ad81b59a7b3a9a4d1f83a26fa2a23ff17a0e0.tar.zst
Pass file paths to key handler via stdin; fixes issue #187
Diffstat (limited to 'sxiv.1')
-rw-r--r--sxiv.15
1 files changed, 3 insertions, 2 deletions
diff --git a/sxiv.1 b/sxiv.1
index 70c9007..e4eb11e 100644
--- a/sxiv.1
+++ b/sxiv.1
@@ -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.