Crates.io | muren |
lib.rs | muren |
version | 0.1.1 |
source | src |
created_at | 2024-09-04 12:28:13.238842 |
updated_at | 2024-09-04 12:28:13.238842 |
description | Command-line utility for filename manipulations. |
homepage | https://github.com/janpipek/muren |
repository | |
max_upload_size | |
id | 1363275 |
size | 30,218 |
Command-line utility for filename manipulations.
Usage: muren [OPTIONS] [COMMAND]
Commands:
set-ext Change extension
prefix Prefix with string
replace Replace parts of the name
normalize Convert names to reasonable ASCII.
fix-ext Fix extension according to the file contents.
remove Remove part of a name from all files.
help Print this message or the help of the given subcommand(s)
Options:
-d, --dry Dry run
-y, --yes Automatically confirm all actions
-h, --help Print help
-V, --version Print version
Once you have cargo
on your system:
cargo install muren
Why am I implementing this then? Because this project scratches my particular itch and allows me to try/learn rust.