batch-rename 0.1.0.8 → 0.1.0.9
raw patch · 1 files changed
+4/−4 lines, 1 files
Files
- batch-rename.cabal +4/−4
batch-rename.cabal view
@@ -10,15 +10,15 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.1.0.8+version: 0.1.0.9 -- A short (one-line) description of the package.-synopsis: Make linux or macos do things like "rename *.mp3 *.mp4" in Windows/MSDOS+synopsis: Make Linux or MacOS do things like "rename *.mp3 *.mp4" -- A longer description of the package.-description: Do you remember the convenient command `rn' in MSDOS?+description: Do you remember the convenient command `ren' in MSDOS? When you want to change all your .mp3 files to .mp4.- Simply type \"rn *.mp3 *.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.