mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Docs: Added 'report.day.24hours' setting
This commit is contained in:
parent
33d0f9d620
commit
67010258f0
1 changed files with 11 additions and 3 deletions
|
@ -62,10 +62,10 @@ Runs an extension report, and supports filtering data.
|
||||||
The 'report' command itself is optional, which means that these two commands
|
The 'report' command itself is optional, which means that these two commands
|
||||||
are equivalent:
|
are equivalent:
|
||||||
|
|
||||||
$ timew report summary :week
|
$ timew report foo :week
|
||||||
$ timew summary :week
|
$ timew foo :week
|
||||||
|
|
||||||
This does however assume there is a 'summary' extension installed.
|
This does however assume there is a 'foo' extension installed.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B timew start [<date>] [<tag> ...]
|
.B timew start [<date>] [<tag> ...]
|
||||||
|
@ -141,6 +141,14 @@ forms of feedback, for purposes of automation. The supported hints are:
|
||||||
Timewarrior stores its configuration in a file in the user's home directory:
|
Timewarrior stores its configuration in a file in the user's home directory:
|
||||||
~/.timewarrior/timewarrior.cfg.
|
~/.timewarrior/timewarrior.cfg.
|
||||||
|
|
||||||
|
This file contains a mix of rules and configuration settings.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B report.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'.
|
||||||
|
|
||||||
.SH MORE EXAMPLES
|
.SH MORE EXAMPLES
|
||||||
|
|
||||||
For examples please see the online documentation starting at:
|
For examples please see the online documentation starting at:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue