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

A utility program for renaming files.

License

Notifications You must be signed in to change notification settings

Juici/mvr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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