keith / reminders-cli

A simple CLI for interacting with macOS reminders
MIT License
663 stars 52 forks source link

Add show-all command #47

Closed keith closed 1 year ago

keith commented 1 year ago

This shows all reminders across all lists, formatting them with the list name, number, and then normal info:

$ reminders show-all
To Do: 1: Something

This is mostly useful when combined with --due-date, so you can show all reminders due today, etc.