Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frafra/reverything
rename multiple files and directories with regex
https://github.com/frafra/reverything
Last synced: about 1 month ago
JSON representation
rename multiple files and directories with regex
- Host: GitHub
- URL: https://github.com/frafra/reverything
- Owner: frafra
- License: gpl-3.0
- Created: 2008-07-25T22:49:34.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2021-07-06T10:50:07.000Z (over 3 years ago)
- Last Synced: 2024-10-13T19:07:57.460Z (3 months ago)
- Language: Python
- Homepage: http://github.com/frafra/reverything/wikis/home
- Size: 23.4 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# reverything
Rename multiple files and/or directories using regex
Usage: `python3 reverything.py [directories]`
Syntax example: `python3 reverything.py 'dsc(\d+)' 'photo-%(1)s' ~/Pictures`
See also: http://docs.python.org/lib/re-syntax.html