mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Feature - Urgency
- Implemented the urgency algorithm according to rfc31. - Added a new '_urgency' command to test the algorithm.
This commit is contained in:
parent
3ac627978c
commit
d8544181ce
8 changed files with 237 additions and 8 deletions
|
@ -69,6 +69,7 @@ int handleCompletionCommands (std::string &);
|
|||
int handleCompletionIDs (std::string &);
|
||||
int handleCompletionConfig (std::string &);
|
||||
int handleCompletionVersion (std::string &);
|
||||
int handleUrgency (std::string &);
|
||||
int handleVersion (std::string &);
|
||||
int handleConfig (std::string &);
|
||||
int handleShow (std::string &);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue