A specialized grep for po files.
Go to file
Julien Palard c6c19b7501 Adding a .gitignore. 2020-04-02 15:44:16 +02:00
.gitignore Adding a .gitignore. 2020-04-02 15:44:16 +02: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 Bump v0.1.2. 2020-04-02 15:43:15 +02:00
pyproject.toml Colorized output. 2019-11-01 23:17:44 +01:00
requirements-dev.txt Add tests (#4) 2020-01-07 12:27:45 +01:00
test_pogrep.py Add ability to search in translated text. (#3) 2020-02-01 16:01:23 +01:00

README.md

pogrep

Searches for string in po files.

TODO

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