From 2a8639234397e0c8da53dbdb33f41744242f591d Mon Sep 17 00:00:00 2001 From: Jordan Hotmann Date: Wed, 26 Apr 2017 11:22:28 -0600 Subject: [PATCH] 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 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 607ada2..343206e 100644 --- a/README.md +++ b/README.md @@ -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