README.md

This commit is contained in:
Julien Palard 2019-11-01 20:22:22 +01:00
parent f321bd28e1
commit 2e0c752da3

8
README.md Normal file
View File

@ -0,0 +1,8 @@
# pogrep
Searches for string in po files.
# TODO
- [ ] Color the output like `pogrep "the string" | grep -C100 --color
"the string"`.