#file-rename #cli #rename #pattern #file

app continuous-rename

A command-line tool to batch rename files in a folder/directory using a numbered pattern

1 stable release

new 1.0.0 Apr 12, 2025

#1735 in Command line utilities

MIT license

7KB
82 lines

Continuous Rename

A command-line tool to batch rename files in a folder/directory using a numbered pattern. The tool is designed to be simple and efficient, allowing users to quickly rename multiple files without the need for complex scripts or manual renaming.

Usage

Use {} as a placeholder for the file number in the pattern. The tool will replace {} with the file number, starting from 1.

continuous-rename path/to/folder pattern-{}

This will then query for confirmation before renaming the files. If you want to skip the confirmation step, use the -y or --yes flag.

continuous-rename path/to/folder pattern-{} -y

Dependencies

~5–13MB
~148K SLoC