Vimiv Plugin for batch marking images
Go to file
Jean-Claude 6f54b04dea
DOCS: change naming, fix a typo and minor adjustments
Change naming from *Batch Mark* to *BatchMark*. There was also a
copy-paste error and some other minor things.
2021-04-26 18:42:11 +02:00
.gitignore NEW: Repo setup 2020-12-31 20:50:11 +01:00
.pre-commit-config.yaml NEW: Repo setup 2020-12-31 20:50:11 +01:00
LICENSE NEW: Repo setup 2020-12-31 20:50:11 +01:00
README.md DOCS: change naming, fix a typo and minor adjustments 2021-04-26 18:42:11 +02:00
__init__.py IMPROVE: Use new vimiv api methods 2021-02-01 12:54:40 +01:00

README.md

Vimiv BatchMark

vimiv plugin for batch marking images

Vimiv BatchMark lets you easily mark contiguous images

Installation

  • Clone this project into $XDG_DATA_HOME/vimiv/plugins/.
  • Activate Vimiv BatchMark by adding batchmark = to the PLUGINS section of $XDG_CONFIG_HOME/vimiv/vimiv.conf.

Usage

  • 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.

Commands

  • 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. V in vimiv would result in similar functionality as Vims visual mode.

  • batchmark-cancel: Cancels an already started Batch Mark selection.

Status Bar Module

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.