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:07:41 -05:00
|
|
|
Install through PyPi:
|
|
|
|
```
|
|
|
|
python3.9 -m pip install subprompt
|
|
|
|
```
|