| Crates.io | zrename |
| lib.rs | zrename |
| version | 0.1.2 |
| created_at | 2025-06-21 08:56:49.964659+00 |
| updated_at | 2025-06-21 09:12:06.179393+00 |
| description | CLI tool to rename files by removing a specified substring. |
| homepage | |
| repository | https://gitlab.com/student1304/zrename-files-cli |
| max_upload_size | |
| id | 1720648 |
| size | 439,233 |
quick rust exercise to rename files in a given directory (default="."), and remove a pattern from the filename (default="
CLI tool to rename files by removing a specified substring
Usage: zrename [OPTIONS]
Options:
-p, --pattern <PATTERN> The substring to remove from filenames [default: "<your text>"]
-v, --verbose Enable verbose output
-d, --directory <DIRECTORY> Directory to search in [default: .]
-h, --help Print help
-V, --version Print version
Install from repo with cargo install --path .
Install from crates.io