Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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