mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +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
|
@ -191,6 +191,14 @@ The week number is dependent on the day a week starts.
|
|||
This is the number of days into the future that define when a task is considered due,
|
||||
and is colored accordingly. Defaults to 7.
|
||||
|
||||
.TP calendar.details=no
|
||||
If set to yes running "task calendar" will display the details of tasks with due dates
|
||||
that fall into the calendar period.
|
||||
|
||||
.TP calendar.details.report=list
|
||||
The report to run when displaying the details of tasks with due date when running the
|
||||
"task calendar" command.
|
||||
|
||||
.TP
|
||||
.B monthsperline=2
|
||||
Determines how many months the "task calendar" command renders across the screen.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue