summaryrefslogtreecommitdiffstats
path: root/sxiv.1
diff options
context:
space:
mode:
authorBert Münnich <be.muennich@gmail.com>2013-08-10 21:18:53 +0200
committerBert Münnich <be.muennich@gmail.com>2013-08-10 21:18:53 +0200
commit7d878bd16df1abffde780e195144b845dc133166 (patch)
treeee956a3830bf27b82a2004b6e8f160ddf60a7011 /sxiv.1
parent84d77b173288f838ffdbe2cd12061cf7a725f185 (diff)
downloadnsxiv-7d878bd16df1abffde780e195144b845dc133166.tar.zst
Added file marks; fixes issue #94
- Command it_toggle_image_mark (bound to 'm') toggles mark of current image - Command it_navigate_marked (bound to 'N'/'P') can be used to go to the next/previous marked image - When option -o is given, all marked files get printed
Diffstat (limited to 'sxiv.1')
-rw-r--r--sxiv.116
1 files changed, 15 insertions, 1 deletions
diff --git a/sxiv.1 b/sxiv.1
index 7d06004..02593b1 100644
--- a/sxiv.1
+++ b/sxiv.1
@@ -62,7 +62,8 @@ Print brief usage information to standard output and exit.
Read names of files to open from standard input.
.TP
.B \-o
-Write list of opened files to standard output when quitting. If combined with
+Write list of all marked files, or all opened files if no files are marked, to
+standard output when quitting. If combined with
.IR \-i ,
then sxiv acts as a visual filter/pipe.
.TP
@@ -128,6 +129,19 @@ Reload all thumbnails.
.TP
.B D
Remove current image from file list and go to next image.
+.TP
+.B m
+Mark/unmark the current image.
+.TP
+.B N
+Go
+.I count
+marked images forward.
+.TP
+.B P
+Go
+.I count
+marked images backward.
.SH THUMBNAIL KEYBOARD COMMANDS
The following keyboard commands are only available in thumbnail mode:
.TP