Substitute Regex in files with prompt confirmation
https://pypi.org/project/subprompt/
Augusto Gunsch 8818b0ddcd | ||
---|---|---|
src/subprompt | ||
.gitignore | ||
Makefile | ||
README.md | ||
pyproject.toml | ||
requirements.txt | ||
setup.cfg | ||
subprompt |
README.md
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