cli on delete todo, write in Done identified by entire struct so dupes wouldnt but thats ok

This commit is contained in:
Bel LaPointe
2022-03-23 09:46:16 -06:00
parent 7c84d7650c
commit 4bdee5d9a0
3 changed files with 22 additions and 3 deletions

View File

@@ -1,7 +1,5 @@
todo:
- a
- b
- a
scheduled:
- todo: abc
schedule: "2022-05-01"
@@ -9,4 +7,14 @@ scheduled:
- todo: def
schedule: "2022-05-01"
ts: Wed Mar 23 08:04:05 MDT 2022
done: []
done:
- todo: other
ts: Wed Mar 23 09:44:57 MDT 2022
- todo: b
ts: Wed Mar 23 09:45:13 MDT 2022
- todo: a
ts: Wed Mar 23 09:45:15 MDT 2022
- todo: a
ts: Wed Mar 23 09:45:24 MDT 2022
- todo: a
ts: Wed Mar 23 09:45:31 MDT 2022