33 releases (stable)
1.7.7 | Jul 20, 2022 |
---|---|
1.7.3 | Dec 19, 2021 |
1.7.1 | Oct 28, 2021 |
1.6.1 | Jun 9, 2021 |
0.4.4 | Aug 31, 2020 |
#353 in Command line utilities
110 downloads per month
15KB
274 lines
Vimv
This simple command line utility lets you batch-rename files from the comfort of your favourite text editor. You specify the files to be renamed as arguments, e.g.
$ vimv *.mp3
The list of files will be opened in the editor specified by the $EDITOR
environment variable, one filename per line. Edit the list, save, and exit. The files will be renamed to the edited filenames.
Vimv is written in Rust — if you have a Rust compiler available you can install it directly from the package index using cargo
:
$ cargo install vimv
Dependencies
~0.6–32MB
~541K SLoC