+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
-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)
-`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?