mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Docs: Updated man page with DOM references and 'get' command
This commit is contained in:
parent
0c2ad32069
commit
3ed8ffd4ad
1 changed files with 14 additions and 0 deletions
|
@ -111,6 +111,15 @@ The default date range shown is ':day'.
|
|||
|
||||
See also 'summary'.
|
||||
|
||||
.TP
|
||||
.B timew get <DOM> [<DOM> ...]
|
||||
Validates the DOM reference, then obtains the value and displays it. For example
|
||||
|
||||
$ timew get dom.active
|
||||
1
|
||||
|
||||
See also 'DOM'.
|
||||
|
||||
.TP
|
||||
.B timew help [<command> | interval | hints | date | duration]
|
||||
The help command shows detailed descriptions and examples of commands,
|
||||
|
@ -562,6 +571,11 @@ Examples:
|
|||
Note that the year, quarter and month terms are imprecise, being defined as
|
||||
365d, 91d and 30d respectively. For precision use the other terms.
|
||||
|
||||
.SH DOM
|
||||
Supported DOM references are:
|
||||
|
||||
dom.active '1' if there is active tracking, otherwise '0'
|
||||
|
||||
.SH CONFIGURATION FILE AND OVERRIDE OPTIONS
|
||||
Timewarrior stores its configuration in a file in the user's home directory:
|
||||
~/.timewarrior/timewarrior.cfg.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue