-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to mimic the 'today' view? (and similar) #71
Comments
|
|
Maybe |
I was hoping I could mimic the 'today' view to get access to my reminders from CLI, but having a quick look through the help, i'm not sure if this is possible currently.
I tried
show-lists
, but it only shows the actual underlying reminder lists (not the meta categories for 'Today', 'Scheduled', 'All', 'Flagged', 'Completed')Since
show
requires me to pass a<list-name>
, that wouldn't let me mimic the 'Today' view, as it gets from all my lists.I tried
show-all --due-date today
, but that only showed me a single reminder, presumably with the due date set to exactly todays date; whereas I currently have 130 reminders in the 'Today' view.Potential Solutions
I haven't thought too deeply about this yet, but off the top of my head, some potential solutions:
--due-on-or-before-date
/--due-after-date
or similar--due
or--overdue
or similarToday
: I don't think this exists currentlyScheduled
: I don't think this exists currentlyAll
: can be done with justshow-all
Flagged
: I don't think this exists currentlyCompleted
: Can be down withshow-all --include-completed
/show-all --only-completed
See Also
This might be tangentially related to:
And if the Reminders app counts these 'meta categories' as 'smart lists', then it may also be related to:
show-lists
doesn't include custom 'smart lists' #72Additional Context
The text was updated successfully, but these errors were encountered: