A regex file renamer/mover
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Create README.md

authored by

Summertime and committed by
GitHub
65542451 6d36915a

+17
+17
README.md
··· 1 + # multimv 2 + Multi mv via fixed string / regex / bash pattern substitutions 3 + ## Usage 4 + ``` 5 + Usage: 6 + multimv [OPTIONS] COMMAND [ARGS]... 7 + 8 + Options: 9 + -n, --dry-run Don't touch the filesystem 10 + 11 + Commands: 12 + multimv [OPTIONS] re [RE-OPTIONS] PATTERN REPLACEMENT [FILES]... 13 + 14 + Re-Options: 15 + -g, --global Replace all matches instead of just the first 16 + --fstring Treat the REPLACEMENT as an f-string 17 + ```