From 8fca25b8f983b05d9997b80ea1903a36b7f87e80 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Fri, 31 Dec 2021 15:08:05 -0500 Subject: [PATCH] sample --- sample.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sample.yaml diff --git a/sample.yaml b/sample.yaml new file mode 100644 index 0000000..547ea88 --- /dev/null +++ b/sample.yaml @@ -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