A specialized grep for po files.
Go to file
2019-11-01 20:22:22 +01:00
pogrep.py Initial commit 2019-11-01 20:21:22 +01:00
pyproject.toml Initial commit 2019-11-01 20:21:22 +01:00
README.md README.md 2019-11-01 20:22:22 +01:00

pogrep

Searches for string in po files.

TODO

  • Color the output like pogrep "the string" | grep -C100 --color "the string".