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: 4 months ago
JSON representation

rename multiple files and directories with regex

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