mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-23 23:46:42 +02:00
Reports
- Modified report filters to take advantage of new virtual tags.
This commit is contained in:
parent
9853fb9cb4
commit
5f4a5bdec7
1 changed files with 2 additions and 2 deletions
|
@ -387,13 +387,13 @@ std::string Config::_defaults =
|
|||
"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.filter=+READY and -DUE limit:7\n"
|
||||
"report.next.sort=start-,urgency-,due+,entry+\n"
|
||||
"\n"
|
||||
"report.ready.description=The most urgent actionable tasks\n"
|
||||
"report.ready.labels=ID,Active,Age,D,P,Project,Tags,R,S,Due,Until,Description,Urg\n"
|
||||
"report.ready.columns=id,start.age,entry.age,depends.indicator,priority,project,tags,recur.indicator,scheduled.countdown,due.countdown,until.age,description,urgency\n"
|
||||
"report.ready.filter=status:pending and -BLOCKED and ( scheduled.none: or scheduled.before:now )\n"
|
||||
"report.ready.filter=+READY\n"
|
||||
"report.ready.sort=start-,urgency-,due+,entry+\n"
|
||||
"\n"
|
||||
"report.blocked.description=Lists all blocked tasks\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue