From 03a958a23d0f6c79721252b4b9d3caa24e3c4bca Mon Sep 17 00:00:00 2001 From: alemidev Date: Tue, 29 Mar 2022 00:56:36 +0200 Subject: [PATCH] got rid of todo, more ideas in memos --- memostorage.json | 16 +++++++++++++++- todo.txt | 6 ------ 2 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 todo.txt diff --git a/memostorage.json b/memostorage.json index 1f0f0c6..3cb294e 100644 --- a/memostorage.json +++ b/memostorage.json @@ -2,7 +2,7 @@ "key": "", "hash": "", "last_sync": null, - "last_edit": "2022-03-28T22:52:19.677050067Z", + "last_edit": "2022-03-28T22:56:05.279129146Z", "memo": [ { "id": "eaac08b0-c367-4901-a980-0cda66efbb54", @@ -87,6 +87,20 @@ "due": "2022-04-04T00:03:02.096181142Z", "done": "2022-03-28T22:38:22.621730633Z", "last_edit": "2022-03-28T23:03:02.096181142Z" + }, + { + "id": "94e06f31-1971-4008-b4d0-30f2f38d2f87", + "body": "maybe make fancier tui?", + "due": "2022-07-06T22:55:57.847192375Z", + "done": null, + "last_edit": "2022-03-28T22:55:57.847484014Z" + }, + { + "id": "1e0298d3-397b-4ed1-9bc1-0ef147a9a32c", + "body": "maybe support markdown memos?", + "due": "2022-07-06T22:56:05.278709669Z", + "done": null, + "last_edit": "2022-03-28T22:56:05.278994294Z" } ] } \ No newline at end of file diff --git a/todo.txt b/todo.txt deleted file mode 100644 index d7fd9ab..0000000 --- a/todo.txt +++ /dev/null @@ -1,6 +0,0 @@ -* merge policy (so I can sync with open DB!) - * memo uuid (or alternative?) -* safe server auth -* recurring memos -* choose format and colors for stdout -* markdown memos ?