mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
docs: Added 'dom.active.duration'
This commit is contained in:
parent
8b8dd7bd49
commit
e654a51c5a
2 changed files with 3 additions and 2 deletions
|
@ -27,6 +27,7 @@ Supported Names
|
|||
dom.active.tag.count --> N Number of active tags
|
||||
dom.active.tag.1 --> 'tag' Active Nth tag
|
||||
dom.active.start --> YYYY-MM-DDTHH:MM:SS Active start time
|
||||
dom.active.duration --> PT1H25M8S Active elapsed
|
||||
|
||||
|
||||
--- Raw Notes ---
|
||||
|
@ -40,7 +41,6 @@ Proposed:
|
|||
dom.tag.[1,2,3] --> 't1', 't2', 't3' First three tags
|
||||
dom.tag.* --> 't1', ... 't14' All tags
|
||||
|
||||
dom.active.duration --> PT1H25M8S Active elapsed
|
||||
|
||||
dom.tracked.year --> 231 Quantity this year
|
||||
dom.tracked.quarter --> 64 Quantity this quarter
|
||||
|
|
|
@ -577,7 +577,8 @@ Supported DOM references are:
|
|||
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 (YYYY-MM-DDTHH:MM:SS)
|
||||
dom.active.start Active start timestamp (ISO Extended local date)
|
||||
dom.active.duration Active elapsed (ISO Period)
|
||||
|
||||
.SH CONFIGURATION FILE AND OVERRIDE OPTIONS
|
||||
Timewarrior stores its configuration in a file in the user's home directory:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue