mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Documentation Update - Config
- Updated the generated config file to include examples of the new report columns.
This commit is contained in:
parent
4ea71c939a
commit
37411c7521
1 changed files with 3 additions and 2 deletions
|
@ -181,8 +181,9 @@ void Config::createDefaultRC (const std::string& rc, const std::string& data)
|
||||||
<< "\n"
|
<< "\n"
|
||||||
<< "alias.rm=delete\n"
|
<< "alias.rm=delete\n"
|
||||||
<< "\n"
|
<< "\n"
|
||||||
<< "# Fields: id,uuid,project,priority,entry,start,due,recur,recurrence_indicator,age,\n"
|
<< "# Fields: id,uuid,project,priority,entry,entry_time,start,entry_time,due,\n"
|
||||||
<< "# age_compact,active,tags,tag_indicator,description,description_only\n"
|
<< "# recur,recurrence_indicator,age,age_compact,active,tags,tag_indicator,\n"
|
||||||
|
<< "# description,description_only,end,end_time\n"
|
||||||
<< "# Description: This report is ...\n"
|
<< "# Description: This report is ...\n"
|
||||||
<< "# Sort: due+,priority-,project+\n"
|
<< "# Sort: due+,priority-,project+\n"
|
||||||
<< "# Filter: pro:x pri:H +bug limit:10\n"
|
<< "# Filter: pro:x pri:H +bug limit:10\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue