Skip to content

coderaiser/node-renamify-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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