subprompt/README.md

10 lines
208 B
Markdown

# subprompt
Substitute every match of a regex in multiple files - with confirmation prompts. Usage:
```
subprompt [REGEX] [SUB] [FILES...]
```
Install through PyPi:
```
python3.9 -m pip install subprompt
```