packages feed

batch-rename 0.1.0.0 → 0.1.0.2

raw patch · 2 files changed

+20/−10 lines, 2 files

Files

README.md view
@@ -1,2 +1,16 @@ # batch_rename A simple command make linux or macos do things like "rename *.mp3 *.mp4" in Windows/MSDOS+++Do you remember the convenient command `rn' in MSDOS ?+When you want to change all your .mp3 files to .mp4+Simply type "rn *.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. remember QUOTE NEEDED.+++# Example:+  batch_rename "\*.mp3" "\*.mp4"+  batch_rename "\*.mp3" "fake\*.mp4"+  batch_rename "DCIM\*.jpg" "\*.png"
batch-rename.cabal view
@@ -10,22 +10,18 @@ -- PVP summary:      +-+------- breaking API changes --                   | | +----- non-breaking API additions --                   | | | +--- code changes with no API change-version:             0.1.0.0+version:             0.1.0.2  -- A short (one-line) description of the package. synopsis:            Make linux or macos do things like "rename *.mp3 *.mp4" in Windows/MSDOS  -- A longer description of the package.-description:      Do you remember the convenient command `rn' in MSDOS ?-                  When you want to change all your .mp3 files to .mp4-                  Simply type rn *.mp3 *.mp4.-                  I really like this.+description:      Do you remember the convenient command `rn' in MSDOS?+                  When you want to change all your .mp3 files to .mp4.+                  Simply type \"rn *.mp3 *.mp4.\". \n+                  I really like this. \n                   But in linux/Mac world, people keep asking how.(http://bit.ly/2cIskUu)-                  So maybe this little tool can help you a lot. QUOTE NEEDED.-                  Example:-                    batch_rename "*.mp3" "*.mp4"-                    batch_rename "*.mp3" "fake*.mp4"-                    batch_rename "DCIM*.jpg" "*.png"+                  So maybe this little tool can help you a lot.  -- URL for the project homepage or repository. homepage:            https://github.com/uppet/batch_rename