mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
Reports
- New 'next' report.
This commit is contained in:
parent
55a6703ba3
commit
c2c2db546e
1 changed files with 5 additions and 5 deletions
|
@ -384,11 +384,11 @@ std::string Config::_defaults =
|
|||
"report.all.filter=status.not:deleted\n"
|
||||
"report.all.sort=entry-\n"
|
||||
"\n"
|
||||
"report.next.description=Lists the most urgent tasks\n"
|
||||
"report.next.columns=id,project,priority,due,start.active,entry.age,urgency,description\n"
|
||||
"report.next.labels=ID,Proj,Pri,Due,A,Age,Urg,Description\n"
|
||||
"report.next.sort=urgency-,due+,priority-,start-,project+\n"
|
||||
"report.next.filter=status:pending limit:page\n"
|
||||
"report.next.description=The top 7 most urgent actionable tasks\n"
|
||||
"report.next.labels=ID,Active,Age,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Urg\n"
|
||||
"report.next.columns=id,start.age,entry.age,depends,priority,project,tags,recur,scheduled.countdown,due.age,until.age,description,urgency\n"
|
||||
"report.next.filter=status:pending and ( -BLOCKED and -DUE ) and ( scheduled.none: or scheduled.before:now ) limit:7\n"
|
||||
"report.next.sort=start-,urgency-,due+,entry+\n"
|
||||
"\n"
|
||||
"report.ready.description=Lists the most urgent tasks\n"
|
||||
"report.ready.columns=id,project,priority,due,start.active,entry.age,urgency,description\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue