GothenburgBitFactory / tasklib

A Python library for interacting with taskwarrior databases.
http://tasklib.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
147 stars 28 forks source link

Get tasks filtered by urgency #102

Open diego-rapoport opened 3 years ago

diego-rapoport commented 3 years ago

I realized that urgency is not even a Task attribute. The only way to get is exporting data and then getting the urgency key from a dictionary. Also thought that getting pending tasks could have a parameter to show in order of id, urgency, or even due date if that sounds interesting. If there's anyway I can help with the project and this issue, I'm willing to.