keith / reminders-cli

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

Add sorting reminders when showing #57

Closed keith closed 1 year ago

mkonkr commented 1 year ago

Thanks @keith for this. I gave it a try and didn't see a way to choose a sort order (asc vs. desc) for creation-date. Is that possible in the latest changes?

keith commented 1 year ago

hrm yea, do you think we should do a different flag like --sort-order [aces|desc] or create more --sort options for this?

mkonkr commented 1 year ago

I think--sort-order [aces|desc] makes a lot of sense and it's closest to how it works from the GUI. Forgot to mention that the sort feature worked beautifully— thanks again 🙏

mkonkr commented 1 year ago

I think--sort-order [aces|desc] makes a lot of sense and it's closest to how it works from the GUI. Forgot to mention that the sort feature worked beautifully— thanks again 🙏

Friendly nudge 🙏