A Rust-based command line tool for batch renaming files into a uniform format. It helps you clean up inconsistent file names by applying simple rules or custom mappings.
- Normalize file names by replacing or restructuring text.
- Preview changes with
--dry-runbefore applying them. - Works on all files in a target folder.
- Supports custom mappings (
--map old=new) or prefix replacement (--prefix "NewName").
cargo run -- \
--folder "./Test Folder" \
--prefix "Payment Pay_Slip for CopyCat_Services" \
--dry-run