mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Docs: Illustrated exclusion syntax
This commit is contained in:
parent
27713000e3
commit
e93302032b
4 changed files with 16 additions and 16 deletions
12
doc/data.txt
12
doc/data.txt
|
@ -59,11 +59,11 @@ exclusions.
|
|||
|
||||
An example file looks like this:
|
||||
|
||||
exc monday <8:00:00 12:00:00-12:45:00 >17:30:00
|
||||
exc tuesday <8:00:00 12:00:00-12:45:00 >18:30:00
|
||||
exc wednesday <8:00:00 12:00:00-13:30:00 >17:30:00
|
||||
exc thursday <8:00:00 12:00:00-12:45:00 >17:30:00
|
||||
exc friday <8:00:00 12:00:00-12:45:00 >17:30:00
|
||||
exc monday <8:00 12:00-12:45 >17:30
|
||||
exc tuesday <8:00 12:00-12:45 >18:30
|
||||
exc wednesday <8:00 12:00-13:30 >17:30
|
||||
exc thursday <8:00 12:00-12:45 >17:30
|
||||
exc friday <8:00 12:00-12:45 >17:30
|
||||
exc day on 2016-01-01
|
||||
exc day off 2016-01-02
|
||||
|
||||
|
@ -73,7 +73,7 @@ An example file looks like this:
|
|||
Blank lines are ignored. Here we see a set of exclusions that define a work week
|
||||
and two inclusions, the first of which represents a four hour block of time with
|
||||
two tags 'Upgrade' and 'Planning'. The second inclusion is open ended, having
|
||||
only a start time (1pm), but three tags 'Upgrade', 'Presentation' and 'ABCD
|
||||
only a start time (1pm UTC), but three tags 'Upgrade', 'Presentation' and 'ABCD
|
||||
Inc'. The third tag is a quoted string because of the embedded space.
|
||||
|
||||
An open-ended inclusion like this means that the tracking continues, but the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue