Add support for reminders?
mhluska opened this issue · 3 comments
mhluska commented
It would be interesting if this had a way to remind me to do a certain habit. Maybe via :remind habit-name 12pm
oppiliappan commented
I am afraid reminders are beyond the scope of this project 😕
mhluska commented
@NerdyPepper but currently I have to use another habit tracker's reminder to remind me to use this habit tracker
oppiliappan commented
Ah. Reminders require a lot of consideration:
- should not be transient, kinda like a cronjob
- added complexity of daily reminders/weekly reminders
- added dependency on
dbus
for messaging/notifying - added complexity of a
dijo
daemon that polls reminders until time of completion