A specialized grep for po files.
Go to file
Julien Palard 118bba69e7 LICENSE 2019-11-01 20:23:59 +01:00
LICENSE LICENSE 2019-11-01 20:23:59 +01:00
README.md README.md 2019-11-01 20:23:33 +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

pogrep

Searches for string in po files.

TODO

  • Color the output like pogrep <the_string> | grep -C100 --color <the_string>.