mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Extract documentation about DOM into separate man page
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
7538cbf2f1
commit
f12356f35c
2 changed files with 23 additions and 23 deletions
23
doc/man/timew-dom.7.in
Normal file
23
doc/man/timew-dom.7.in
Normal file
|
@ -0,0 +1,23 @@
|
|||
.SH DOM
|
||||
Supported DOM references are:
|
||||
.
|
||||
dom.tag.count Count of all tags
|
||||
dom.tag.1 Nth tag used
|
||||
.
|
||||
dom.active '1' if there is active tracking, otherwise '0'
|
||||
dom.active.tag.count Count of active tags
|
||||
dom.active.tag.1 Active Nth tag
|
||||
dom.active.start Active start timestamp (ISO Extended local date)
|
||||
dom.active.duration Active elapsed (ISO Period)
|
||||
dom.active.json Active interval as JSON
|
||||
.
|
||||
dom.tracked.count Count of tracked intervals
|
||||
dom.tracked.1.tag.count Count of active tags
|
||||
dom.tracked.1.tag.1 Tracked Nth, Nth tag
|
||||
dom.tracked.1.start Tracked Nth, start time
|
||||
dom.tracked.1.end Tracked Nth, end time, blank if closed
|
||||
dom.tracked.1.duration Tracked Nth, elapsed
|
||||
dom.tracked.1.json Tracked Nth, interval as JSON
|
||||
.
|
||||
dom.rc.<name> Configuration setting
|
||||
.
|
|
@ -390,29 +390,6 @@ 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.tag.count Count of all tags
|
||||
dom.tag.1 Nth tag used
|
||||
.
|
||||
dom.active '1' if there is active tracking, otherwise '0'
|
||||
dom.active.tag.count Count of active tags
|
||||
dom.active.tag.1 Active Nth tag
|
||||
dom.active.start Active start timestamp (ISO Extended local date)
|
||||
dom.active.duration Active elapsed (ISO Period)
|
||||
dom.active.json Active interval as JSON
|
||||
.
|
||||
dom.tracked.count Count of tracked intervals
|
||||
dom.tracked.1.tag.count Count of active tags
|
||||
dom.tracked.1.tag.1 Tracked Nth, Nth tag
|
||||
dom.tracked.1.start Tracked Nth, start time
|
||||
dom.tracked.1.end Tracked Nth, end time, blank if closed
|
||||
dom.tracked.1.duration Tracked Nth, elapsed
|
||||
dom.tracked.1.json Tracked Nth, interval as JSON
|
||||
.
|
||||
dom.rc.<name> Configuration setting
|
||||
.
|
||||
.SH "MORE EXAMPLES"
|
||||
.
|
||||
For examples please see the online documentation starting at:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue