mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Docs: Added report.day.spacing and report.day.style
This commit is contained in:
parent
4c0da0d77f
commit
e78cedafba
1 changed files with 14 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue