subprompt/README.md

10 lines
211 B
Markdown
Raw Normal View History

2022-11-11 16:03:39 -05:00
# subprompt
Substitute every match of a regex in multiple files - with confirmation prompts. Usage:
```
subprompt [REGEX] [SUB] [FILES...]
```
2022-11-11 17:09:45 -05:00
Install it through PyPi:
2022-11-11 17:07:41 -05:00
```
python3.9 -m pip install subprompt
```