Added poutils section to README (#34)

This commit is contained in:
Jules Lasne (jlasne) 2020-10-14 18:24:12 +02:00 committed by GitHub
parent d3a089125f
commit 67856d8bcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,12 @@
Searches for string in po files. *popgrep* supports various *GNU grep* options
to ease its use.
## Pogrep is part of poutils!
# Examples
[Poutils](https://pypi.org/project/poutils) (`.po` utils) is a metapackage to easily install useful Python tools to use with po files
and `pogrep` is a part of it! Go check out [Poutils](https://pypi.org/project/poutils) to discover the other tools!
## Examples
Print usage: `pogrep --help`
@ -19,6 +23,6 @@ Search the word 'typo' in traductions, but not in sources:
`pogrep --recursive --translation --no-source --word-regexp typo `
# Contributing
## Contributing
Please test your contribution using `tox -p auto`.