zrename

Crates.iozrename
lib.rszrename
version0.1.2
created_at2025-06-21 08:56:49.964659+00
updated_at2025-06-21 09:12:06.179393+00
descriptionCLI tool to rename files by removing a specified substring.
homepage
repositoryhttps://gitlab.com/student1304/zrename-files-cli
max_upload_size
id1720648
size439,233
Bjoern (student1304)

documentation

README

Zrename

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

Commit count: 0

cargo fmt