CrossRename
Harmonize file names for Linux and Windows.
Installation
-
With PIP (PyPI)
pip install CrossRename==1.1.0
-
Using the Wheel File
pip install CrossRename-1.1.0-py3-none-any.whl
-
Using the Source Tarball File
pip install crossrename-1.1.0.tar.gz
What's Changed
v1.1.0 - 2024-11-15
Added
- Dry-run mode and recursive symlink handling.
- add --update flag to check for new version.
Changed
- Changed logo
Removed
- Removed debug argument option, it wasn't even implemented
Full Changelog: https://github.com/Jemeni11/CrossRename/blob/master/CHANGELOG.md
Compare this version to v1.0.0: v1.0.0...v1.1.0