mvr

A utility program for renaming files.

This program is a utility for renaming files using regex pattern matching.

Features

Install

From crates.io: $ cargo install mvr

Manually: $ git clone https://github.com/Juici/mvr $ cd mvr $ cargo install --path=./

Build

$ git clone https://github.com/Juici/mvr $ cd mvr $ cargo build --release