Substitute Regex in files with prompt confirmation
https://pypi.org/project/subprompt/
Augusto Gunsch de278ae0ba | ||
---|---|---|
src/subprompt | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
pyproject.toml | ||
requirements.txt | ||
setup.cfg |
README.md
subprompt
Substitute every match of a regex in multiple files - with confirmation prompts. Usage:
subprompt [REGEX] [SUB] [FILES...]
Install it through PyPi:
python3.9 -m pip install subprompt