Metadata-Version: 1.0
Name: bp.rename
Version: 0.1
Summary: Command line script to make common file renaming operations easier
Home-page: http://github.com/disko/bp.rename
Author: Andreas Kaiser
Author-email: disko@binary-punks.com
License: New BSD
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
        ---
        
        -   Initial release
        
        
Keywords: command line filesystem
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Topic :: Utilities
