Use mass-rename
to quickly rename a glob of files using numbering and
optionally a file containing one name on each line.
It is also just me playing around trying to get used to TDD.
You probably only want to use this as a CLI utility. Get it via
$ gem install mass-rename
Run
$ mass-rename --help
for a list of all options.
A naming file (for --names
) is expected to have one name on each line with
no exceptions. If there are more names than files to rename, the extraneous
names are ignored.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request