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

Download history 3/week @ 2022-11-25 4/week @ 2022-12-02 3/week @ 2022-12-09 36/week @ 2022-12-16 2/week @ 2022-12-23 5/week @ 2022-12-30 3/week @ 2023-01-06 6/week @ 2023-01-13 12/week @ 2023-01-20 18/week @ 2023-01-27 37/week @ 2023-02-03 39/week @ 2023-02-10 86/week @ 2023-02-17 1/week @ 2023-02-24 2/week @ 2023-03-03 3/week @ 2023-03-10

110 downloads per month

0BSD license

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