Docs: Added report.day.spacing and report.day.style

This commit is contained in:
Paul Beckingham 2016-04-29 21:17:56 -04:00
parent 4c0da0d77f
commit e78cedafba

View file

@ -28,8 +28,8 @@ Resumes tracking the most recently closed interval. For example:
$ timew track yesterday 9am - 5pm tag1 tag2
$ timew continue
The 'continue' command creates a new interval, starting now, and using the tags
'tag1' and 'tag2'. See also 'start', 'stop'.
The 'continue' command creates a new interval, starting now, and using the
tags 'tag1' and 'tag2'. See also 'start', 'stop'.
.TP
.B timew diagnostics
@ -149,6 +149,18 @@ This file contains a mix of rules and configuration settings.
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 report.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'.
.TP
.B report.day.style = compact
.br
The 'compact' style puts the hour markers inside the exclusion blocks.
.SH MORE EXAMPLES
For examples please see the online documentation starting at: