vimiv plugin for batch marking images
Vimiv BatchMark lets you easily mark contiguous images
- Clone this project into
$XDG_DATA_HOME/vimiv/plugins/. - Activate Vimiv BatchMark by adding
batchmark =to thePLUGINSsection of$XDG_CONFIG_HOME/vimiv/vimiv.conf.
- Select the first image you want to mark
- Run
:batchmark-start - Select the last image you want to mark
- Run
:batchmark-end
If at least one image in the range is not marked, all images get marked. If all images are already marked, the all get unmarked.
-
batchmark-start: Start BatchMark selector at current image. -
batchmark-end: EndBatch Mark selection at current image. If the selection is valid the selected images are (un)marked. -
batchmark-toggle: Starts/ends a BatchMark selection depending if we have started on already. Binding this command to e.g.Vin vimiv would result in similar functionality as Vims visual mode. -
batchmark-cancel: Cancels an already started Batch Mark selection.
BatchMark provides the status bar module {batchmark}. It indicates if a BatchMark has been started and if the current Batch Mark got invalid due to a change of path.
For instruction on how to enable it please consult the vimiv docs.