]> infiniteadaptability.org Git - events/commitdiff
updated using git-extra
authoralex <[email protected]>
Sat, 27 Aug 2022 09:03:43 +0000 (02:03 -0700)
committeralex <[email protected]>
Sat, 27 Aug 2022 09:03:43 +0000 (02:03 -0700)
todo

diff --git a/todo b/todo
index 1631c97d2fbde4d5bd44597ec86b6aa7013defa1..3e9c3369f3f99c26e751771ddfe20fe03c2a38b0 100644 (file)
--- a/todo
+++ b/todo
@@ -9,12 +9,17 @@ Dne:
 *ls
 
 To Do:
+-prune
 -rm
 -dismiss
--prune
 -postpone
+-event
+       -parse->serialize exactness test
 
 Later:
+-add color/formatting to ls
+-interactive add mode
+-bash completions
 -integrate with my current setup
        -remove birthdays/events/tasks from notes repo?
                -add EVENTS_FILE=~/workspace/notes/events to env
@@ -33,10 +38,11 @@ Idea:
        -`ev [ls] 2022-09-01` (get events on 2022-09-01)
        -`ev [ls] --upcoming 1M` (get upcoming events for the next month)
        -`ev add --interactive` (add in interactive mode)
-       -`ev add --recurring 1Y "Alex Birthday" "2023-01-24" (add recurring event)
-       -`ev add --duration 2D "Alex Birthday" "2023-01-24" (add event with 2 day duration)
-       -`ev add "Roger Waters" "Chase Center" 2022-09-23 --time 8PM (add event@location with time)
-       -`ev rm "Test Event" 2022-09-01 (delete event with name 'Test Event' on 2022-09-01)
-       -`ev rm 0 (deletes today's event in the 0th position)
-       -`ev postpone 2022-09-01 1 --postpone 1D` (postpones event in the 1st position on 2022-09-01 by 1 day)
-       -`ev postpone 0 --postpone 1D` (postpones event in the 0th position by 1 day)
+       -`ev add --recurring 1Y "Alex Birthday" "2023-01-24"` (add recurring event)
+       -`ev add --duration 2D "Alex Birthday" "2023-01-24"` (add event with 2 day duration)
+       -`ev add "Roger Waters" "Chase Center" "2022-09-23 20:00:00"` (add event@location with time)
+       -`ev rm "Test Event" 2022-09-01` (delete event with name 'Test Event' on 2022-09-01)
+       -`ev rm 0` (deletes today's event in the 0th position)
+       -`ev postpone 2022-09-01 1 1D` (postpones event in the 1st position on 2022-09-01 by 1 day)
+       -`ev postpone 0 1W` (postpones event in the 0th position by 1 week)
+       -`ev postpone 0` (postpones event in the 0th position by 1 day)