Rename group of files from a directory with help of an editor.
npm i renamify-cli --save
Edit files names in the $EDITOR
of choice. Run:
$ renamify
Edit file names in editor, save and exit. New names will be applied if names count hasn't changed.
It works in similar way to git rebase -i
.
To edit full names use:
$ renamify --full
- renamify - Rename group of files from a directory.
MIT