README.md

This commit is contained in:
Julien Palard 2019-11-01 20:23:33 +01:00
parent 2e0c752da3
commit 3132c8f53c

View File

@ -4,5 +4,5 @@ Searches for string in po files.
# TODO
- [ ] Color the output like `pogrep "the string" | grep -C100 --color
"the string"`.
- [ ] Color the output like `pogrep <the_string> | grep -C100 --color
<the_string>`.