*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
-`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)