From 26988b328daa36ebfd8dc073449014ea90c89e46 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 27 Aug 2022 02:03:43 -0700 Subject: [PATCH] updated using git-extra --- todo | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/todo b/todo index 1631c97..3e9c336 100644 --- 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) -- 2.39.5