A utility program for renaming files.
This program is a utility for renaming files using regex pattern matching.
- Regex pattern matching and replacement strings
- Bulk file renaming
- Perform a dry run before renaming
- Prompt on file renaming
From crates.io:
$ cargo install mvr
Manually:
$ git clone https://github.com/Juici/mvr
$ cd mvr
$ cargo install --path=./
$ git clone https://github.com/Juici/mvr
$ cd mvr
$ cargo build --release