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
This commit is contained in:
@ -79,7 +79,7 @@ of small previews is displayed, making it easy to choose an image to open.
|
||||
-i Read file list from stdin
|
||||
-n NUM Start at picture NUM
|
||||
-N NAME Set X window resource name to NAME
|
||||
-o Write file list to stdout when quitting
|
||||
-o Write list of marked/all files to stdout when quitting
|
||||
-p Pixelize, i.e. turn off image anti-aliasing
|
||||
-q Be quiet, disable warnings
|
||||
-r Search given directories recursively for images
|
||||
@ -108,6 +108,10 @@ of small previews is displayed, making it easy to choose an image to open.
|
||||
R Reload all thumbnails
|
||||
D Remove image from file list and go to next image
|
||||
|
||||
m Mark/unmark current image
|
||||
N Go [count] marked images forward
|
||||
P Go [count] marked images backward
|
||||
|
||||
*Thumbnail mode:*
|
||||
|
||||
h,j,k,l Move selection left/down/up/right [count] times
|
||||
|
Reference in New Issue
Block a user