Skip to content

A personal command line tool for renaming files

License

Notifications You must be signed in to change notification settings

longdoan7421/rename-files-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rename Files

A personal command line tool for renaming files (not folder) to conventional formats, e.g. title case, snake case, kebab case, ...

Build

go build -ldflags "-s -w" -o rename-files main.go

Note: have only been tested with [email protected] and above.

Usage

rename-files -path "path to file or directory" -case "case type"

If you want to check result before renaming, use --dry-run flag.

rename-files -dry-run -path "path to file or directory" -case "case type"

Check helps to see supporting flags and more detail.

rename-files -h

License

GNU GPLv3. See the LICENSE file for details.

About

A personal command line tool for renaming files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages