continuous-rename

Crates.iocontinuous-rename
lib.rscontinuous-rename
version1.0.0
created_at2025-04-12 15:49:04.033166+00
updated_at2025-04-12 15:49:04.033166+00
descriptionA command-line tool to batch rename files in a folder/directory using a numbered pattern.
homepage
repositoryhttps://github.com/DestinEcarma/continuous-rename
max_upload_size
id1631045
size19,981
Destin Ecarma (DestinEcarma)

documentation

README

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
Commit count: 5

cargo fmt