Metadata-Version: 2.4
Name: chname
Version: 3.0.8
Summary: Renames files in powerful ways
Project-URL: homepage, https://pypi.org/project/chname/
Project-URL: repository, https://github.com/scholnicks/chname/
Project-URL: Issues, https://github.com/scholnicks/chname/issues
Author-email: Steve Scholnick <scholnicks@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: batch,bulk,cli,command-line,file,rename,utility
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Utilities
Requires-Python: >=3.13
Requires-Dist: docopt-ng<0.10.0,>=0.9.0
Description-Content-Type: text/markdown

# chname

chname renames files in powerful ways.

```
Usage:
    chname append [--dry-run --quiet --verbose] <suffix> <files>...
    chname lower [--dry-run --quiet --verbose] <files>...
    chname merge [--dry-run --quiet --verbose] <directory> <files>...
    chname order [--dry-run --quiet --verbose] <files>...
    chname remove [--dry-run --quiet --verbose] <pattern> <files>...
    chname prepend [--dry-run --quiet --verbose] <prefix> <files>...
    chname substitute [--dry-run --quiet --verbose] <old> <new> <files>...
    chname titles [--dry-run --quiet --verbose] <input> <files>...
    chname usage
    chname (-h | --help)
    chname --version

Options:
    --dry-run                  Show what would be done, but don't actually do it
    -h, --help                 Show this help screen
    -q, --quiet                Quiet mode
    -v, --verbose              Verbose mode
    --version                  Prints the version
```

## Installation

```bash
pip install chname
```

## License

chname is freeware released under the [MIT License](https://github.com/scholnicks/chname/blob/main/LICENSE).
