From: alex Date: Sat, 20 Aug 2022 01:37:31 +0000 (-0700) Subject: updated using git-extra X-Git-Url: http://git.infiniteadaptability.org/?a=commitdiff_plain;h=66a1b3b5c77cfb270e3b6819c1db4274300e03d2;p=events updated using git-extra --- diff --git a/todo b/todo index f73e93e..ef1801e 100644 --- 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?