#favorite #conventions #naming #name #regularize

app regularize-filename

Regularize the names of your files according to your favourite naming convention

1 unstable release

0.1.0 Jun 14, 2020

#14 in #favorite

MIT license

8KB
159 lines

regularize-filename

This small Rust command-line application will accept any number of files and rename them according to your favourite naming convention.

Usage

regularize-filename 0.1.0
Regularize the names of your files according to your favourite naming convention

USAGE:
    regularize-filename [FLAGS] [FILE]...

FLAGS:
    -c, --camel-case     Use camelCase
    -h, --help           Prints help information
    -k, --kebab-case     Use kebab-case
    -p, --pascal-case    Use PascalCase
    -s, --snake-case     Use snake_case
    -V, --version        Prints version information

ARGS:
    <FILE>...    Files to process

License

MIT

Dependencies

~2.5MB
~48K SLoC