mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Feature TW-1260
- TW-1260 New virtual tags YESTERDAY, TOMORROW.
This commit is contained in:
parent
1170a43f6b
commit
b9c853fece
5 changed files with 44 additions and 6 deletions
|
@ -104,7 +104,9 @@ public:
|
|||
|
||||
#ifdef PRODUCT_TASKWARRIOR
|
||||
bool is_due () const;
|
||||
bool is_dueyesterday () const;
|
||||
bool is_duetoday () const;
|
||||
bool is_duetomorrow () const;
|
||||
bool is_dueweek () const;
|
||||
bool is_duemonth () const;
|
||||
bool is_dueyear () const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue