A specialized grep for po files.
Go to file
Christophe Nanteuil 95228eb03f Add tests (#4)
2020-01-07 12:27:45 +01:00
LICENSE LICENSE 2019-11-01 20:23:59 +01:00
pogrep.py Adding some GNU options of grep (#2) 2019-12-14 23:06:17 +01:00
pyproject.toml Colorized output. 2019-11-01 23:17:44 +01:00
README.md README.md 2019-11-01 20:23:33 +01:00
requirements-dev.txt Add tests (#4) 2020-01-07 12:27:45 +01:00
test_pogrep.py Add tests (#4) 2020-01-07 12:27:45 +01:00

pogrep

Searches for string in po files.

TODO

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