vimv

Crates.iovimv
lib.rsvimv
version3.1.0
sourcesrc
created_at2020-08-12 15:42:44.718063
updated_at2023-11-12 18:07:27.265245
descriptionA command line utility for batch-renaming files using a text editor.
homepagehttps://www.dmulholl.com/dev/vimv.html
repositoryhttps://github.com/dmulholl/vimv
max_upload_size
id275842
size26,729
Darren Mulholland (dmulholl)

documentation

README

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
Commit count: 72

cargo fmt