From 7d878bd16df1abffde780e195144b845dc133166 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Sat, 10 Aug 2013 21:18:53 +0200 Subject: 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 --- sxiv.1 | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'sxiv.1') 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 -- cgit v1.2.3-54-g00ecf