sample
parent
9d7321dbea
commit
8fca25b8f9
|
|
@ -0,0 +1,14 @@
|
||||||
|
todo:
|
||||||
|
- todo: task that is still todo
|
||||||
|
detail: |
|
||||||
|
my super long description
|
||||||
|
of stuff
|
||||||
|
- when: 321 # unix seconds int64
|
||||||
|
todo: task that appeared when 'when'
|
||||||
|
loop: "* * * * *" # or ([0-9]*[a-z])+ for durations, or null for scheduled/deferred
|
||||||
|
scheduled:
|
||||||
|
- when: 123 # unix seconds int64
|
||||||
|
todo: task that will appear when 'when'
|
||||||
|
loop: "* * * * *" # or ([0-9]*[a-z])+ for durations, or null for scheduled/deferred
|
||||||
|
done:
|
||||||
|
- todo: task that is done
|
||||||
Loading…
Reference in New Issue