Will list all .po files that are to be transated
Project description
Potodo
Potodo, a (almost) flawless TODO/progress listing CLI tool for po files
Installation
pip install potodo
Usage
usage: potodo [-h] [-p PATH] [-l] [-f] [-o] [-n] [-a ABOVE] [-b BELOW]
List and prettify the po files left to translate
optional arguments:
-h, --help show this help message and exit
-p PATH, --path PATH Execute Potodo in the given path
-l, --matching-files Suppress normal output; instead print the name of each matching po file from which output would normally have been printed.
-f, --fuzzy Will only print files marked as fuzzys
-o, --offline Will not do any fetch to GitHub/online if given
-n, --no-reserved Will not print the info about reserved files
-a ABOVE, --above ABOVE
Will list all TODOs ABOVE given INT% completion
-b BELOW, --below BELOW
Will list all TODOs BELOW given INT% completion
Contributing
You can run the tests using tox
locally like:
tox -p auto
before commiting.
A pre-commit hook like:
cat <<EOF > .git/hooks/pre-commit
#!/bin/sh
exec tox -s -p all
EOF
may help.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
potodo-0.3.2.tar.gz
(6.6 kB
view details)
File details
Details for the file potodo-0.3.2.tar.gz
.
File metadata
- Download URL: potodo-0.3.2.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46cf1961d20bb534a8735e9f36bc17bab96e2be6dd51a5bb5bfeae5f9eea59be |
|
MD5 | 95fb82462a4282e35e1a014d2f9f91bb |
|
BLAKE2b-256 | cfa37b0ff13092bab42733c3beac7e13470267cffc4be1a4ad46afb2dbe0a9f8 |