|
|
|
|
|
by xn
604 days ago
|
|
I use remind[1] with wyrd. I have a wyrd template to create reminders that will keep moving to the next (week)day, e.g. REM Mon Tue Wed Thu Fri SCANFROM [float(2024,10,21)] AT 08:45 MSG %"Complete that thing%"% where float is:
FSET float(y,m,d) trigger(MAX(realtoday(), date(y,m,d))) When I finish it, I delete it, or replace the floating date with the actual date if I want to keep track of when I completed it. https://dianne.skoll.ca/projects/remind/ |
|