Add README.md

This commit is contained in:
Augusto Gunsch 2022-11-11 22:03:39 +01:00
parent 6f067fe938
commit a7c9615c7a
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
venv/

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# subprompt
Substitute every match of a regex in multiple files - with confirmation prompts. Usage:
```
subprompt [REGEX] [SUB] [FILES...]
```