CLI to randomize file names in a directory
- Install
Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
The CLI runs in "dry-run" mode by default. To actually rename the files, use the --execute
flag.
cargo -- <PATH> [--execute]
cargo -- --help