mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Clarify relation between the DUE tag and the rc.due setting in task(1) (#3526)
Also, clarify that DUE is based on a number of days since the current date. Co-authored-by: Sebastian Carlos <sebastiancarlos@gmail.com>
This commit is contained in:
parent
b70d8ef574
commit
1b81813223
1 changed files with 1 additions and 1 deletions
|
@ -782,7 +782,7 @@ are:
|
||||||
CHILD Matches if the task has a parent (deprecated in 2.6.0)
|
CHILD Matches if the task has a parent (deprecated in 2.6.0)
|
||||||
COMPLETED Matches if the task has completed status
|
COMPLETED Matches if the task has completed status
|
||||||
DELETED Matches if the task has deleted status
|
DELETED Matches if the task has deleted status
|
||||||
DUE Matches if the task is due
|
DUE Matches if the task is due within the next 7 days (See rc.due)
|
||||||
INSTANCE Matches if the task is a recurrent instance
|
INSTANCE Matches if the task is a recurrent instance
|
||||||
LATEST Matches if the task is the newest added task
|
LATEST Matches if the task is the newest added task
|
||||||
MONTH Matches if the task is due this month
|
MONTH Matches if the task is due this month
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue