Add rename-cli (#99)

rename-cli is a tool to rename files and excels at renaming multiple files at once.  It supports glob file matching, variables in the output file name, auto-indexing, and can be customized by the user.  It is written in node and is cross-platform.

https://github.com/jhotmann/node-rename-cli
This commit is contained in:
Jordan Hotmann 2017-04-26 11:22:28 -06:00 committed by Adam Harris
parent 6c7f70a4fb
commit 2a86392343
1 changed files with 3 additions and 2 deletions

View File

@ -31,7 +31,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [Command Line Tools](#command-line-tools)
- [Data Manipulation](#data-manipulation)
- [Files and Directories](#files-and-directories)
- [Deleting and Copying](#deleting-and-copying)
- [Deleting, Copying, and Renaming](#deleting-copying-and-renaming)
- [Files](#files)
- [Directory Navigation](#directory-navigation)
- [Version Control](#version-control)
@ -183,13 +183,14 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
## Files and Directories
### Deleting and Copying
### Deleting, Copying, and Renaming
- [trash-cli](https://github.com/sindresorhus/trash-cli) - Move files and directories to the trash.
- [empty-trash-cli](https://github.com/sindresorhus/empty-trash-cli) - Empty the trash.
- [trashss](https://github.com/sotojuan/trashss) - ( only) Trash screenshots on desktop.
- [del-cli](https://github.com/sindresorhus/del-cli) - Delete files and folders.
- [cpy-cli](https://github.com/sindresorhus/cpy-cli) - Copies files.
- [rename-cli](https://github.com/jhotmann/node-rename-cli) - A cross-platform tool for renaming files quickly, especially multiple files at once.
### Files