mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Docs: Made raw notes more clearly separated
This commit is contained in:
parent
719cfdf1b3
commit
b02eaa1bcd
7 changed files with 12 additions and 8 deletions
|
@ -124,6 +124,5 @@ A log entry will have this form:
|
||||||
|
|
||||||
YYYY-MM-DDTHH:MM:SS <version> <category> <message>
|
YYYY-MM-DDTHH:MM:SS <version> <category> <message>
|
||||||
|
|
||||||
|
--- Raw Notes ---
|
||||||
---
|
|
||||||
|
|
||||||
|
|
|
@ -137,8 +137,8 @@ Will construct the rule like this:
|
||||||
The process of converting this rule structure to 'one.two.three four' is called
|
The process of converting this rule structure to 'one.two.three four' is called
|
||||||
normalizing.
|
normalizing.
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
|
--- Raw Notes ---
|
||||||
|
|
||||||
By using tags, this becomes:
|
By using tags, this becomes:
|
||||||
|
|
||||||
|
|
|
@ -119,4 +119,5 @@ supported keywords are:
|
||||||
:quiet No feedback
|
:quiet No feedback
|
||||||
:x User defined
|
:x User defined
|
||||||
|
|
||||||
---
|
|
||||||
|
--- Raw Notes ---
|
||||||
|
|
|
@ -83,5 +83,6 @@ Or the data can be exported in JSON:
|
||||||
|
|
||||||
$ timew export last month > February.json
|
$ timew export last month > February.json
|
||||||
|
|
||||||
---
|
|
||||||
|
--- Raw Notes ---
|
||||||
|
|
||||||
|
|
|
@ -102,7 +102,8 @@ Extensions
|
||||||
----------
|
----------
|
||||||
A simple extension mechanism allows custom reports to be written and shared.
|
A simple extension mechanism allows custom reports to be written and shared.
|
||||||
|
|
||||||
---
|
|
||||||
|
--- Raw Notes ---
|
||||||
|
|
||||||
- Given this:
|
- Given this:
|
||||||
$ timew track yesterday 9am - 5pm tag1
|
$ timew track yesterday 9am - 5pm tag1
|
||||||
|
|
|
@ -80,7 +80,8 @@ That is, the input it line-oriented, with first a header block of name/value
|
||||||
pairs, then a blank line, then the JSON filtered data. The header block has all
|
pairs, then a blank line, then the JSON filtered data. The header block has all
|
||||||
configuration names flattened, i.e. no hierarchy.
|
configuration names flattened, i.e. no hierarchy.
|
||||||
|
|
||||||
---
|
|
||||||
|
--- Raw Notes ---
|
||||||
|
|
||||||
- The Taskwarrior hook script should use a set of attributes for time tracking
|
- The Taskwarrior hook script should use a set of attributes for time tracking
|
||||||
tags. Those will include: UUID, project, tags, description, and any chosen UDAs.
|
tags. Those will include: UUID, project, tags, description, and any chosen UDAs.
|
||||||
|
|
|
@ -194,7 +194,8 @@ There are several built-in functions, which may be used by rules:
|
||||||
log("...") Logs and continues
|
log("...") Logs and continues
|
||||||
sum_week("tag1") Sums minutes in the current week for "tag1"
|
sum_week("tag1") Sums minutes in the current week for "tag1"
|
||||||
|
|
||||||
---
|
|
||||||
|
--- Raw Notes ---
|
||||||
|
|
||||||
- Need to distinguish between regular time and over time, with different rates
|
- Need to distinguish between regular time and over time, with different rates
|
||||||
and limits.
|
and limits.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue