surrealroad / alfred-reminders

Manages reminders in Reminders.app
MIT License
674 stars 44 forks source link

Add the reminder as first in the list instead of last #107

Closed Birowsky closed 4 months ago

Birowsky commented 3 years ago

Is there a way for me to configure something to have the new item be added as first instead of last?

Thanks!

Jish2 commented 4 months ago

A couple years late to this 😁

in this script:

image

you can edit line 49 to "unshift"

before

image

after

image
Birowsky commented 4 months ago

Beautiful, thanks!