pttodo/sample.yaml

19 lines
461 B
YAML

todo:
- todo: task that is still todo
detail: |
my super long description
of stuff
ts: 111
-
todo: task that appeared when 'when'
loop: "* * * * *" # or ([0-9]*[a-z])+ for durations, or int for scheduled/deferred
ts: 222
scheduled:
-
todo: task that will appear when 'when'
loop: "* * * * *" # or ([0-9]*[a-z])+ for durations, or int for scheduled/deferred
ts: 333
done:
- todo: task that is done
ts: 444