mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Docs: Added month report settings
This commit is contained in:
parent
c7da0d8d99
commit
a88c058d93
1 changed files with 22 additions and 4 deletions
|
@ -129,7 +129,7 @@ Quotes are harmless if used unnecessarily. See also 'continue', 'stop', 'track'.
|
|||
|
||||
.TP
|
||||
.B timew stop [<tag> ...]
|
||||
Stops tracking time. If tags are specified, then they are no longer tracked.
|
||||
Stops tracking time. If tags are specified, then they are no longer tracked.
|
||||
If no tags are specified, all tracking stops. For example:
|
||||
|
||||
$ timew start tag1 tag2
|
||||
|
@ -223,7 +223,7 @@ Timewarrior stores its configuration in a file in the user's home directory:
|
|||
This file contains a mix of rules and configuration settings.
|
||||
|
||||
The values 'true', '1', 'y', 'yes' and 'on' are all equivalent and enable a
|
||||
setting. Any other value means disable the setting.
|
||||
setting. Any other value means disable the setting.
|
||||
|
||||
.TP
|
||||
.B confirmation = yes
|
||||
|
@ -241,19 +241,37 @@ Default value is 'off'.
|
|||
.B reports.day.24hours = off
|
||||
.br
|
||||
Determines whether the day report shows all 24 hours in a day, or is limited
|
||||
to only hours where data is tracked. Default value is 'off'.
|
||||
to only hours where data is tracked. Default value is 'off'.
|
||||
|
||||
.TP
|
||||
.B reports.day.spacing = 1
|
||||
.br
|
||||
Specifies how many spaces are inserted between the hours in the day report
|
||||
exclusions. A value of '0' give a move compact report. Default value is '1'.
|
||||
exclusions. A value of '0' give a move compact report. Default value is '1'.
|
||||
|
||||
.TP
|
||||
.B reports.day.style = compact
|
||||
.br
|
||||
The 'compact' style puts the hour markers inside the exclusion blocks.
|
||||
|
||||
.TP
|
||||
.B reports.month.24hours = off
|
||||
.br
|
||||
Determines whether the day report shows all 24 hours in a day, or is limited
|
||||
to only hours where data is tracked. Default value is 'off'.
|
||||
|
||||
.TP
|
||||
.B reports.month.spacing = 1
|
||||
.br
|
||||
Specifies how many spaces are inserted between the hours in the day report
|
||||
exclusions. A value of '0' give a move compact report. Default value is '1'.
|
||||
|
||||
.TP
|
||||
.B reports.month.lines = 1
|
||||
.br
|
||||
Determines how many lines are used to render each day on the month report.
|
||||
Default value is '1'.
|
||||
|
||||
.TP
|
||||
.B verbose = yes
|
||||
Determines whether Timewarrior generates feedbac.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue