saturn
saturn copied to clipboard
Feature: Tasks
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 taskssaturn list -t -a: list all taskssaturn list -t -r: list recurring taskssaturn delete -t: delete a task, combine with-rfor recurring taskssaturn e: should accepttaskverbiage 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, specifyrecurto delete recurring onesshow task <id>: show a taskentry: should use the entry verbiage TBDshow tasks: shows unscheduled tasks
Also, sui should show unscheduled tasks in the event listing somehow.