mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Config
- Added listing breaks on the 'project' columns, for the 'list' and 'minimal' reports.
This commit is contained in:
parent
ab3935ac85
commit
4a81dc89f2
1 changed files with 2 additions and 2 deletions
|
@ -322,7 +322,7 @@ std::string Config::_defaults =
|
|||
"report.list.labels=ID,Active,Age,D,P,Project,Tags,R,Sch,Due,Until,Description,Urg\n"
|
||||
"report.list.columns=id,start.age,entry.age,depends.indicator,priority,project,tags,recur.indicator,scheduled.countdown,due,until.age,description.count,urgency\n"
|
||||
"report.list.filter=status:pending\n"
|
||||
"report.list.sort=start-,due+,project+,urgency-,description+\n"
|
||||
"report.list.sort=start-,due+,project+/,urgency-,description+\n"
|
||||
"\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"
|
||||
|
@ -334,7 +334,7 @@ std::string Config::_defaults =
|
|||
"report.minimal.labels=ID,Project,Tags,Description\n"
|
||||
"report.minimal.columns=id,project,tags.count,description.count\n"
|
||||
"report.minimal.filter= ( status:pending or status:waiting )\n"
|
||||
"report.minimal.sort=project+,description+\n"
|
||||
"report.minimal.sort=project+/,description+\n"
|
||||
"\n"
|
||||
"report.newest.description=The newest pending tasks\n"
|
||||
"report.newest.labels=ID,Active,Created,Age,Mod,D,P,Project,Tags,R,Wait,Sch,Due,Until,Description\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue