Documentation
- Updated more documentation regarding 'scheduled' dates. - Added color.scheduled to the rule.precedence.color setting. - Added 'ready' report to the main man page.
This commit is contained in:
@@ -251,6 +251,12 @@ Shows the newest tasks matching the filter.
|
||||
Shows a page of the most urgent tasks, sorted by urgency, which is a calculated
|
||||
value.
|
||||
|
||||
.TP
|
||||
.B task <filter> ready
|
||||
Shows a page of the most urgent ready tasks, sorted by urgency. A ready task is
|
||||
one that is either unscheduled, or has a scheduled date that is past and has no
|
||||
wait date.
|
||||
|
||||
.TP
|
||||
.B task <filter> oldest
|
||||
Shows the oldest tasks matching the filter.
|
||||
|
||||
@@ -925,7 +925,7 @@ Colors the output of the merge command.
|
||||
.RE
|
||||
|
||||
.TP
|
||||
.B rule.precedence.color=due.today,active,blocked,overdue,due,keyword,project,tag,recurring,pri,tagged,completed,deleted
|
||||
.B rule.precedence.color=due.today,active,blocked,overdue,due,scheduled,keyword,project,tag,recurring,pri,tagged,completed,deleted
|
||||
.RS
|
||||
This setting specifies the precedence of the color rules, from highest to
|
||||
lowest. Note that the prefix 'color.' is omitted (for brevity), and that any
|
||||
|
||||
Reference in New Issue
Block a user