surrealroad/alfred-reminders

Add the reminder as first in the list instead of last

Birowsky opened this issue · 2 comments

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

Thanks!

A couple years late to this 😁

in this script:

image

you can edit line 49 to "unshift"

before
image

after
image

Beautiful, thanks!