mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-23 14:36:44 +02:00
Reports
- New 'all' report.
This commit is contained in:
parent
ac1d79048d
commit
685c66c416
1 changed files with 5 additions and 4 deletions
|
@ -377,11 +377,12 @@ std::string Config::_defaults =
|
|||
"report.waiting.sort=wait+,priority-,project+\n"
|
||||
"report.waiting.filter=+WAITING\n"
|
||||
"\n"
|
||||
"report.all.description=Lists all pending and completed tasks\n"
|
||||
"report.all.columns=id,status,project,priority,due,end,start.active,entry.age,description\n"
|
||||
"report.all.labels=ID,Status,Proj,Pri,Due,Completed,Active,Age,Description\n"
|
||||
"report.all.sort=entry+\n"
|
||||
// Updated.
|
||||
"report.all.description=Pending, waiting and completed tasks by age\n"
|
||||
"report.all.labels=ID,St,UUID,A,Age,Done,D,P,Project,Tags,R,Wait,Sch,Due,Until,Description\n"
|
||||
"report.all.columns=id,status.short,uuid.short,start.active,entry.age,end.age,depends.indicator,priority,project.parent,tags.count,recur.indicator,wait.age,scheduled.age,due,until.age,description\n"
|
||||
"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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue