mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Docs: Updated man page with configuration settings, and ordered them alphabetically
This commit is contained in:
parent
aadd1ce407
commit
bf5b4b6357
1 changed files with 24 additions and 17 deletions
|
@ -342,6 +342,13 @@ Default value is 'off'.
|
|||
The debug output prefix string.
|
||||
Default value is '>>'.
|
||||
|
||||
.TP
|
||||
.B reports.<type>.day = yes
|
||||
.br
|
||||
Determines whether the current day of the month is shown at left margin.
|
||||
Default value is 'yes'.
|
||||
Type is one of 'month', 'week', 'day'.
|
||||
|
||||
.TP
|
||||
.B reports.<type>.holidays = yes
|
||||
.br
|
||||
|
@ -356,6 +363,20 @@ Determines how the <type> report shows all the hours in a day ('all'), or is
|
|||
limited to only hours where data is tracked ('auto'). Default value is 'all'.
|
||||
Type is one of 'month', 'week', 'day'.
|
||||
|
||||
.TP
|
||||
.B reports.<type>.lines = 1
|
||||
.br
|
||||
Determines how many lines are used to render each day on the <type> report.
|
||||
Default value is '1'.
|
||||
Type is one of 'month', 'week', 'day'.
|
||||
|
||||
.TP
|
||||
.B reports.<type>.month = yes
|
||||
.br
|
||||
Determines whether the current month is shown at left margin.
|
||||
Default value is 'yes'.
|
||||
Type is one of 'month', 'week', 'day'.
|
||||
|
||||
.TP
|
||||
.B reports.<type>.range = <range hint>
|
||||
.br
|
||||
|
@ -383,17 +404,10 @@ Determines whether the hours summary is shown. Default value is 'on'.
|
|||
Type is one of 'month', 'week', 'day'.
|
||||
|
||||
.TP
|
||||
.B reports.<type>.lines = 1
|
||||
.B reports.<type>.totals = on
|
||||
.br
|
||||
Determines how many lines are used to render each day on the <type> report.
|
||||
Default value is '1'.
|
||||
Type is one of 'month', 'week', 'day'.
|
||||
|
||||
.TP
|
||||
.B reports.<type>.month = yes
|
||||
.br
|
||||
Determines whether the current month is shown at left margin.
|
||||
Default value is 'yes'.
|
||||
Determines whether the time totals are shown for each day on the report.
|
||||
Default value is 'on'.
|
||||
Type is one of 'month', 'week', 'day'.
|
||||
|
||||
.TP
|
||||
|
@ -403,13 +417,6 @@ Determines whether the current week number is shown at left margin.
|
|||
Default value is 'yes'.
|
||||
Type is one of 'month', 'week', 'day'.
|
||||
|
||||
.TP
|
||||
.B reports.<type>.day = yes
|
||||
.br
|
||||
Determines whether the current day of the month is shown at left margin.
|
||||
Default value is 'yes'.
|
||||
Type is one of 'month', 'week', 'day'.
|
||||
|
||||
.TP
|
||||
.B reports.<type>.weekday = yes
|
||||
.br
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue