batch-rename

Make Linux or MacOS do things like "rename *.mp3 *.mp4"

https://github.com/uppet/batch_rename

Latest on Hackage:0.1.1.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

LicenseRef-PublicDomain licensed by Joyer Huang
Maintained by [email protected]

Do you remember the convenient command ren in MSDOS? When you want to change all your .mp3 files to .mp4. Simply type "ren *.mp3 *.mp4.". I really like this. But in linux/Mac world, people keep asking how.(http://bit.ly/2cIskUu) So maybe this little tool can help you a lot.