mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 04:27:20 +02:00
Calendar details
- added 2 new configuration variables 'calendar.details' and 'calendar.details.report' that make it possible to display details of task with due date when doing 'task cal'
This commit is contained in:
parent
a75e7978ab
commit
6dd00f41e9
6 changed files with 140 additions and 17 deletions
|
@ -152,6 +152,8 @@ void Config::createDefaultRC (const std::string& rc, const std::string& data)
|
|||
<< "weekstart=Sunday # Sunday or Monday only\n"
|
||||
<< "displayweeknumber=yes # Show week numbers on calendar\n"
|
||||
<< "due=7 # Task is considered due in 7 days\n"
|
||||
<< "#calendar.details=yes # Calendar shows information for tasks w/due dates\n"
|
||||
<< "#calendar.details.report=list # Report to use when showing task information in cal\n"
|
||||
<< "#monthsperline=2 # Number of calendar months on a line\n"
|
||||
<< "\n"
|
||||
<< "# Color controls.\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue