Command line script to make common file renaming operations easier
Project description
Usage
bp_rename COMMAND <options>
Commands
- remove
bp_rename remove <pattern> [...]
removes every occurance of <pattern> from all filenames
- replace
bp_rename replace <pattern> <replace> [...]
replace every occurance of <pattern> with <replace> in all filenames
WARNING
DO NOT USE THIS PACKAGE ON DATA THAT IS NOT COMPLETELY USELESS FOR YOU!
Only very basic tests have been run on OS X 10.6 and Ubuntu 10.4.
It is not utterly ouf question that the universe might collapse if you run this code.
You have been warned. Don’t complain!
Changelog
0.1.1
Recreated the project with modern-package-template (http://pypi.python.org/pypi/modern-package-template/1.0).
Fixed http://github.com/disko/bp.rename/issues#issue/1 (thanks to Sridhar Ratnakumar for the pointer)
added check for empty files arguments and empty todo lists
0.1
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.