mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Docs: Updated data file syntax
This commit is contained in:
parent
b8d8d09f95
commit
718602d3b1
1 changed files with 8 additions and 8 deletions
16
doc/data.txt
16
doc/data.txt
|
@ -59,15 +59,15 @@ exclusions.
|
|||
|
||||
An example file looks like this:
|
||||
|
||||
exclusion holidays eng-USA
|
||||
exclusion work 2015-11-26
|
||||
exclusion workweek mon,tue,wed,thu,fri
|
||||
exclusion workday start 8:30am
|
||||
exclusion workday end 1730
|
||||
exclusion workday tue end 3pm
|
||||
exc holidays eng-USA
|
||||
exc work 2015-11-26
|
||||
exc workweek mon,tue,wed,thu,fri
|
||||
exc workday start 8:30am
|
||||
exc workday end 1730
|
||||
exc workday tue end 3pm
|
||||
|
||||
inclusion 2016-02-28T08:00 - 2016-02-28T12:00 # Upgrade Planning
|
||||
inclusion 2016-02-28T13:00 # Upgrade Presentation "ABCD Inc"
|
||||
inc 2016-02-28T08:00 - 2016-02-28T12:00 # Upgrade Planning
|
||||
inc 2016-02-28T13:00 # Upgrade Presentation "ABCD Inc"
|
||||
|
||||
White space is ignored. Here we see a sect of exlcusions that define a work week
|
||||
and a two inclusions, the first of which represents a four hour block of time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue