Skip to content

ThuoBrian/File_Normalizer_Tool_V1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Normalizer CLI

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.

Features

  • Normalize file names by replacing or restructuring text.
  • Preview changes with --dry-run before applying them.
  • Works on all files in a target folder.
  • Supports custom mappings (--map old=new) or prefix replacement (--prefix "NewName").

Usage

Dry-run (preview changes)

cargo run -- \
  --folder "./Test Folder" \
  --prefix "Payment Pay_Slip for CopyCat_Services" \
  --dry-run

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages