Skip to content

arg0n3x/fmtname

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

fmtname

This tool formats file names within a directory using styles such as lower, upper, capitalize, and title. By default, it applies the title style to format file names.

How to use it

  1. Clone the repository
 $ git clone https://github.com/arg0n3x/fmtname.git
  1. Grant execution permissions to the script
 $ chmod 700 fmtname
  1. Run the script
 $ ./fmtname -d <directory path> -f lower
  1. Use the --help parameter for additional help
 $ ./fmtname --help

Note

This script only changes the name's style, not the original name


About

A Python-based tool for formatting file names

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages