mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-01 18:27:20 +02:00
Feature
- New virtual tags (WEEK, MONTH, YEAR, PARENT).
This commit is contained in:
parent
3a8a513d17
commit
bc41e7378a
5 changed files with 76 additions and 6 deletions
|
@ -106,6 +106,9 @@ public:
|
|||
#ifdef PRODUCT_TASKWARRIOR
|
||||
bool is_due () const;
|
||||
bool is_duetoday () const;
|
||||
bool is_dueweek () const;
|
||||
bool is_duemonth () const;
|
||||
bool is_dueyear () const;
|
||||
bool is_overdue () const;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue