Releases: jhotmann/node-rename-cli
Releases · jhotmann/node-rename-cli
1.2.0
Switched to yargs for argument parsing because it gives greater control than minimist. Now all arguments can be passed with a single dash (the old double dashes still work so if you have any existing scripts they will still work).
1.1.0
Added exif data extraction
1.0.2
Fixed install issues on Linux
1.0.0
Added RegEx support and the ability to undo rename operations. Tested and fully functional on Windows. Considering it stable so I'm removing the beta tag.
0.1.2
Added ability to create your own replacement variables. See ~/.rename/replacements.js
for more info.
0.0.2
Added Windows wildcard support and a few more variable replacements.
0.0.1
Initial release. Tested on MacOS only and functioning great. Only a few variable replacements so far with more to come in the future.
npm install -g rename-cli
to install.