docs: Added 'dom.active.start'

This commit is contained in:
Paul Beckingham 2016-07-16 12:15:19 -04:00
parent 9e4ae7a83c
commit 0c9f2cf9ba
2 changed files with 6 additions and 7 deletions

View file

@ -23,9 +23,10 @@ All DOM references have this form:
Supported Names Supported Names
--------------- ---------------
dom.active --> 0/1 Boolean indicator that tracking is active dom.active --> 0/1 Boolean indicator that tracking is active
dom.active.tag.count --> N Number of active tags dom.active.tag.count --> N Number of active tags
dom.active.tag.1 --> 'tag' Active 1st tag dom.active.tag.1 --> 'tag' Active Nth tag
dom.active.start --> YYYY-MM-DDTHH:MM:SS Active start time
--- Raw Notes --- --- Raw Notes ---
@ -39,9 +40,6 @@ Proposed:
dom.tag.[1,2,3] --> 't1', 't2', 't3' First three tags dom.tag.[1,2,3] --> 't1', 't2', 't3' First three tags
dom.tag.* --> 't1', ... 't14' All tags dom.tag.* --> 't1', ... 't14' All tags
dom.active.tag.1 --> 'tag' Active 1st tag
dom.active.start --> YYYYMMDDTHHMMSSZ Active start time
dom.active.duration --> PT1H25M8S Active elapsed dom.active.duration --> PT1H25M8S Active elapsed
dom.tracked.year --> 231 Quantity this year dom.tracked.year --> 231 Quantity this year

View file

@ -576,7 +576,8 @@ Supported DOM references are:
dom.active '1' if there is active tracking, otherwise '0' dom.active '1' if there is active tracking, otherwise '0'
dom.active.tag.count Count of active tags dom.active.tag.count Count of active tags
dom.active.tag.1 Active first tag dom.active.tag.1 Active Nth tag
dom.active.start Active start timestamp (YYYY-MM-DDTHH:MM:SS)
.SH CONFIGURATION FILE AND OVERRIDE OPTIONS .SH CONFIGURATION FILE AND OVERRIDE OPTIONS
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: