mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
docs: Added 'dom.tracked.N.start'
This commit is contained in:
parent
beba28fd16
commit
65a85767b6
2 changed files with 2 additions and 1 deletions
|
@ -36,6 +36,7 @@ Supported Names
|
||||||
dom.tracked.count --> N Count of tracked intervals
|
dom.tracked.count --> N Count of tracked intervals
|
||||||
dom.tracked.1.tag.count --> N Tracked Nth, count of tags
|
dom.tracked.1.tag.count --> N Tracked Nth, count of tags
|
||||||
dom.tracked.1.tag.1 --> 'tag' Tracked Nth, Nth tag
|
dom.tracked.1.tag.1 --> 'tag' Tracked Nth, Nth tag
|
||||||
|
dom.tracked.1.start --> YYYY-MM-DDTHH:MM:SS Tracked Nth, start time
|
||||||
|
|
||||||
--- Raw Notes ---
|
--- Raw Notes ---
|
||||||
|
|
||||||
|
@ -45,7 +46,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.tracked.1.start --> YYYY-MM-DDTHH:MM:SS Tracked Nth start time
|
|
||||||
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
|
dom.tracked.1.json --> {...} Tracked Nth interval as JSON
|
||||||
|
|
||||||
|
|
|
@ -587,6 +587,7 @@ Supported DOM references are:
|
||||||
dom.tracked.count Count of tracked intervals
|
dom.tracked.count Count of tracked intervals
|
||||||
dom.tracked.1.tag.count Count of active tags
|
dom.tracked.1.tag.count Count of active tags
|
||||||
dom.tracked.1.tag.1 Tracked Nth, Nth tag
|
dom.tracked.1.tag.1 Tracked Nth, Nth tag
|
||||||
|
dom.tracked.1.start Tracked Nth, start time
|
||||||
|
|
||||||
.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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue