keith / reminders-cli

A simple CLI for interacting with macOS reminders
MIT License
683 stars 53 forks source link

[Feature request]: list completed reminders #35

Closed mlbright closed 3 years ago

mlbright commented 3 years ago

This is a very useful project! Thank you to the authors!

It would be super nice if we could also list completed items, and all items whether they are complete or not, for a list.

I'm a complete Swift newbie, so the way I implemented this was via https://github.com/mlbright/reminders-cli/commit/02095142f812021934a7b77d93529559fa0fc8e5. I'm sure there's a better way, but this was to show that it is possible :-)

mlbright commented 3 years ago

Looks like this was already suggested in https://github.com/keith/reminders-cli/pull/29.