mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Docs: Updated exclusion syntax
This commit is contained in:
parent
42215f7a36
commit
2d7a9769d1
3 changed files with 17 additions and 16 deletions
|
@ -77,11 +77,12 @@ Because exclusions are resolved at run time, and only when needed, they should
|
|||
be stored in a readily-interpreted form:
|
||||
|
||||
define exclusions:
|
||||
monday = 8:00:00-12:00:00 12:45:00-17:30:00
|
||||
tuesday = 8:00:00-12:00:00 12:45:00-18:30:00
|
||||
wednesday = 8:00:00-12:00:00 13:30:00-17:30:00
|
||||
thursday = 8:00:00-12:00:00 12:45:00-17:30:00
|
||||
friday = 8:00:00-12:00:00 12:45:00-17:30:00
|
||||
monday = <8:00:00 12:00:00-12:45:00 >17:30:00
|
||||
tuesday = <8:00:00 12:00:00-12:45:00 >18:30:00
|
||||
wednesday = <8:00:00 12:00:00-13:30:00 >17:30:00
|
||||
thursday = <8:00:00 12:00:00-12:45:00 >17:30:00
|
||||
friday = <8:00:00 12:00:00-12:45:00 >17:30:00
|
||||
|
||||
days:
|
||||
2016_01_01 = Working
|
||||
2016_01_02 = Off
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue