| Crates.io | continuous-rename |
| lib.rs | continuous-rename |
| version | 1.0.0 |
| created_at | 2025-04-12 15:49:04.033166+00 |
| updated_at | 2025-04-12 15:49:04.033166+00 |
| description | A command-line tool to batch rename files in a folder/directory using a numbered pattern. |
| homepage | |
| repository | https://github.com/DestinEcarma/continuous-rename |
| max_upload_size | |
| id | 1631045 |
| size | 19,981 |
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.
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