keith / reminders-cli

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

delete and edit support #31

Closed abdlkrmdlgr closed 1 year ago

abdlkrmdlgr commented 3 years ago

reminder items deletable or editable. so we must delete or edit item.

keith commented 3 years ago

Yep seems reasonable, PRs welcome!

keith commented 1 year ago

Implemented delete here https://github.com/keith/reminders-cli/pull/43

keith commented 1 year ago

editing here https://github.com/keith/reminders-cli/pull/45