updated using git-extra
authoralex <[email protected]>
Sat, 20 Aug 2022 01:37:31 +0000 (18:37 -0700)
committeralex <[email protected]>
Sat, 20 Aug 2022 01:37:31 +0000 (18:37 -0700)
todo

diff --git a/todo b/todo
index f73e93e4be88f58424b2126ee50f65daa824939f..ef1801e96b6e2a01080cc0a1b68a52b72be5fab8 100644 (file)
--- a/todo
+++ b/todo
@@ -1,8 +1,7 @@
+To Do:
+-setup c project
 -cli based calendar/event tracker
-       -c? bash?
        -data storage/format?
-               -sqlite?
-                       -require git-annex to sync
                -plaintext?
                        -YY-MM-DD_HH:mm:ss_ZZZZZ,EVENT,PLACE\n
                        -UNIX_TIMESTAMP:OPTIONS:EVENT:PLACE\n
@@ -13,9 +12,6 @@
        -integrate with my current setup
                -remove birthdays/events/tasks from notes repo?
                        -add EVENTS_FILE=~/workspace/notes/events to env
-       -integrate with phone
-       -use gpg to encrypt?
-       -pipe events to cal?
 
 -ex:
        -`ev` [ls] (get today's+overdue events)
@@ -32,3 +28,8 @@
        -`ev rm 0 (deletes today's event in the 0th position)
        -`ev 2022-09-01 1 --postpone 1D` (postpones event in the 1st position on 2022-09-01 by 1 day)
        -`ev pp 0 --postpone 1D` (postpones event in the 0th position by 1 day)
+
+Later:
+-pipe events to cal?
+-integrate with phone
+-use gpg to encrypt?