/node-renamify-cli

CLI tool for renaming group of files from a directory

Primary LanguageJavaScriptMIT LicenseMIT

Renamify CLI License NPM version Dependency Status Build Status Coverage Status

Rename group of files from a directory with help of an editor.

Install

npm i renamify-cli --save

Usage

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.

Related

  • renamify - Rename group of files from a directory.

License

MIT