mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Reports
- New 'ls' report.
This commit is contained in:
parent
c8aca24e63
commit
09fce4df46
8 changed files with 27 additions and 17 deletions
|
@ -314,7 +314,7 @@ std::string Config::_defaults =
|
|||
"report.long.description=All details of pending tasks by creation date\n"
|
||||
"report.long.labels=ID,A,Created,Mod,Deps,P,Project,Tags,Recur,Wait,Sched,Due,Until,Description\n"
|
||||
"report.long.columns=id,start.active,entry,modified.age,depends,priority,project,tags,recur,wait.age,scheduled,due,until,description\n"
|
||||
"report.long.filter= ( status:pending or status:waiting )\n"
|
||||
"report.long.filter=status:pending\n"
|
||||
"report.long.sort=modified-\n"
|
||||
"\n"
|
||||
"report.list.description=Actionable tasks by due date, project and urgency\n"
|
||||
|
@ -323,12 +323,11 @@ std::string Config::_defaults =
|
|||
"report.list.filter=status:pending\n"
|
||||
"report.list.sort=start-,due+,project+,urgency-,description+,entry+\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"report.ls.description=Minimal listing of all pending tasks\n"
|
||||
"report.ls.columns=id,project,priority,description\n"
|
||||
"report.ls.labels=ID,Proj,Pri,Description\n"
|
||||
"report.ls.sort=priority-,project+\n"
|
||||
"report.ls.description=Pending tasks sorted by description\n"
|
||||
"report.ls.labels=ID,A,D,Project,Tags,R,Wait,S,Due,Until,Description\n"
|
||||
"report.ls.columns=id,start.active,depends.indicator,project,tags,recur.indicator,wait.age,scheduled.countdown,due.countdown,until.countdown,description.count\n"
|
||||
"report.ls.filter=status:pending\n"
|
||||
"report.ls.sort=start-,description+,entry+\n"
|
||||
"\n"
|
||||
"report.minimal.description=Minimal listing of all pending tasks\n"
|
||||
"report.minimal.columns=id,project,description.truncated\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue