saturn icon indicating copy to clipboard operation
saturn copied to clipboard

Feature: Tasks

Open erikh opened this issue 2 years ago • 0 comments

Google has an analogue of this as well with a separate API.

Tasks are different from calendar items because they don't necessarily confer a time they need to be addressed, other than that they are more or less the same thing.

saturn isn't trying to be taskwarrior or timewarrior, but it makes sense to track this in one place, especially in the case of google calendar.

The following command set should exist to manage tasks:

  • saturn list -t: list unscheduled tasks + today's scheduled tasks
  • saturn list -t -a: list all tasks
  • saturn list -t -r: list recurring tasks
  • saturn delete -t: delete a task, combine with -r for recurring tasks
  • saturn e: should accept task verbiage in lieu of a date and time, but also accommodate if they exist. Not sure how this will work yet.

sui should have the following commands:

  • delete task <ids>: delete a task, specify recur to delete recurring ones
  • show task <id>: show a task
  • entry: should use the entry verbiage TBD
  • show tasks: shows unscheduled tasks

Also, sui should show unscheduled tasks in the event listing somehow.

erikh avatar Sep 21 '23 17:09 erikh