mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
docs: Added 'dom.tracked.N.json'
This commit is contained in:
parent
a878c7082f
commit
9114300d8c
2 changed files with 3 additions and 2 deletions
|
@ -38,7 +38,8 @@ Supported Names
|
|||
dom.tracked.1.tag.1 --> 'tag' Tracked Nth, Nth tag
|
||||
dom.tracked.1.start --> YYYY-MM-DDTHH:MM:SS Tracked Nth, start time
|
||||
dom.tracked.1.end --> YYYY-MM-DDTHH:MM:SS Tracked Nth, end time, blank if closed
|
||||
dom.tracked.1.duration --> PT1H25M8S Tracked Nth elapsed
|
||||
dom.tracked.1.duration --> PT1H25M8S Tracked Nth, elapsed
|
||||
dom.tracked.1.json --> {...} Tracked Nth, interval as JSON
|
||||
|
||||
--- Raw Notes ---
|
||||
|
||||
|
@ -48,7 +49,6 @@ Proposed:
|
|||
dom.tag.[1,2,3] --> 't1', 't2', 't3' First three tags
|
||||
dom.tag.* --> 't1', ... 't14' All tags
|
||||
|
||||
dom.tracked.1.json --> {...} Tracked Nth interval as JSON
|
||||
|
||||
dom.tracked.year --> 231 Quantity this year
|
||||
dom.tracked.quarter --> 64 Quantity this quarter
|
||||
|
|
|
@ -590,6 +590,7 @@ Supported DOM references are:
|
|||
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
|
||||
|
||||
.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