Renamer 0.1.0
rename files according to a ruleset
Renamer is a command line script that renames files using a
ruleset. The rules can include:
--remove: finding fixed strings and removing the matches
--fixed-string: searching for fixed string and replacing the matches with other
strings
--perl-regexp: searching with regexps and replacing the matches with other
strings
Renamer will recurse through directories (--recursive) or even rename
them as well (--directories). It also has an option to print the
changes that would arise from a ruleset without actually executing
them (--dry-run).
- Author: Michael Hoffman <hoffman at ebi ac uk>
- Home Page: http://www.ebi.ac.uk/~hoffman/software/renamer/
- Download URL: http://www.ebi.ac.uk/~hoffman/software/renamer/Renamer-0.1.0.tar.gz
- License: GNU GPL
- Platform: any
-
Categories
- Development Status :: 3 - Alpha
- Environment :: Console
- Intended Audience :: End Users/Desktop
- Intended Audience :: Information Technology
- Intended Audience :: System Administrators
- License :: OSI Approved :: GNU General Public License (GPL)
- Natural Language :: English
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Utilities
- Package Index Owner: hoffman
- DOAP record: Renamer-0.1.0.xml
