pttodo/sample.yaml

20 lines
483 B
YAML

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