dmaahs2017 / planner-rs

0 stars 1 forks source link

Reminders #1

Open DanielBarton446 opened 3 years ago

DanielBarton446 commented 3 years ago

Abstract

Feature would allow for reminders to be given as a popup of some form to the HOST OS x units of time before the event. Similar to Google reminders. Or just to wake up a CLI process x units of time before an event if a Reminder is added to the planner

Implementation factors

Goal with this feature would be to have two types of processes running. A daemonized process which would handle things such as these reminders, or other features of similar nature where they only need to be woken up X units of time before an event. You would have your main UI still operating, which you would need to have it so that when it shut downs, it gracefully shuts down that daemon too.

dmaahs2017 commented 3 years ago

I would like this. Perhaps a cli interface to start, kill, and query the daemon which runs in the background.

Example commands:

Leaving this here for reference: http://www.netzmafia.de/skripten/unix/linux-daemon-howto.html

Also note, I would like to keep this application cross-platform