mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
- Added 'status' as a reportable column (thanks to Peter De Poorter and Bryce Harrington). - Closed features pertaining to the 'task ids ... | task ...' (thanks to Bryce Harrington and Eric Fluger).
This commit is contained in:
parent
60a5d271f4
commit
f049ab3432
5 changed files with 26 additions and 7 deletions
|
@ -403,8 +403,8 @@ std::string Config::defaults =
|
|||
"\n"
|
||||
"# task all\n"
|
||||
"report.all.description=Lists all tasks matching the specified criteria, including parents of recurring tasks\n"
|
||||
"report.all.columns=id,project,priority,due,end,active,age,description\n"
|
||||
"report.all.labels=ID,Project,Pri,Due,Completed,Active,Age,Description\n"
|
||||
"report.all.columns=id,status,project,priority,due,end,active,age,description\n"
|
||||
"report.all.labels=ID,Status,Project,Pri,Due,Completed,Active,Age,Description\n"
|
||||
"report.all.sort=project+,due+,end+,priority-,active-,description+\n"
|
||||
"report.all.filter=status.not:deleted\n"
|
||||
"#report.all.dateformat=m/d/Y\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue