A specialized grep for po files.
Go to file
2020-01-22 17:57:12 +01:00
LICENSE LICENSE 2019-11-01 20:23:59 +01:00
pogrep.py Avoid starting curses when not needed (like for --help), it blinks my screen (#5) 2020-01-22 17:57:12 +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>.