Crates.io | vimv |
lib.rs | vimv |
version | 3.1.0 |
source | src |
created_at | 2020-08-12 15:42:44.718063 |
updated_at | 2023-11-12 18:07:27.265245 |
description | A command line utility for batch-renaming files using a text editor. |
homepage | https://www.dmulholl.com/dev/vimv.html |
repository | https://github.com/dmulholl/vimv |
max_upload_size | |
id | 275842 |
size | 26,729 |
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