mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 04:27:20 +02:00
Sample .taskrc - update
- Added default config variables for new reports. - Removed README.1.5.0. - Removed messages configure.ac
This commit is contained in:
parent
bcf512e529
commit
72efddc066
6 changed files with 12 additions and 37 deletions
|
@ -38,6 +38,15 @@
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
Config::Config ()
|
||||
{
|
||||
// These are default (but overridable) reports.
|
||||
(*this)["report.large.columns"] = "id,uuid,project,priority,entry,start,due,age,active,tags,description";
|
||||
(*this)["report.large.sort"] = "due+,priority-,project+";
|
||||
(*this)["report.long.columns"] = "id,project,priority,entry,start,due,age,tags,description";
|
||||
(*this)["report.long.sort"] = "due+,priority-,project+";
|
||||
(*this)["report.list.columns"] = "id,project,priority,due,active,age,description";
|
||||
(*this)["report.list.sort"] = "due+,priority-,project+";
|
||||
(*this)["report.ls.columns"] = "id,project,priority,description";
|
||||
(*this)["report.ls.sort"] = "priority-,project+";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue