reminduck
reminduck copied to clipboard
Reminder on X day every month
Hi I'd like to setup a reminder on the second Tuesday of every month, which changes day numbers and can sometimes be either the 2nd week or 3rd week. Is this something that is possible to implement?
Historically on most calendar software (Outlook, Google Calendar) this is something that isn't possible to setup, however this would be very helpful as I have tasks at my job which require me to kick off on that second Tuesday every month.
Right now I have a crontab setup but this is such an ugly solution:
0 4 8-14 * * test $(date +\%u) -eq 2 && reminder.sh
Hey, that sounds like a cool thing to add, however right now I'm unsure of how we could implement that.
I haven't had much time to work on Reminduck recently, but hopefully soon I'll be able to take a look.