nriley / Pester

Simple, disposable alarms and timers for macOS.
https://sabi.net/nriley/software/#pester
BSD 2-Clause "Simplified" License
158 stars 14 forks source link

Default to "day of week " in the future #13

Open dougharris opened 9 years ago

dougharris commented 9 years ago

When creating a new alarm on a Thursday, if I indicate that it should go off at 9:00am on "Monday", it chooses the date to the Monday of this week (i.e. three days in the past). I'll get the correct behavior if I type "next monday".

I think it'd make more sense if it were to always default to the next week day in the future.

I looked around the code a bit and it seems to be buried somewhere in the perl Manip module, but perl is pretty opaque to me.

(Thanks for a great and free utility. I use it lots and lots.)