Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Latest commit

 

History

History
36 lines (25 loc) · 523 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 523 Bytes

mvr

A utility program for renaming files.

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

Features

  • Regex pattern matching and replacement strings
  • Bulk file renaming
  • Perform a dry run before renaming
  • Prompt on file renaming

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