From e87e69da25def4a0af96d0425f3a1f16e658ac55 Mon Sep 17 00:00:00 2001
From: Stephen Enders
I started working on an application I had been meaning to develop - called reminder.d. This daemon would monitor for reminder - notifications I would send via a CLI. It queue them up based on some time - set to send the notification. I ended up writing both the CLI and the - daemon in this past week, both in C.
+ called reminder.d. This daemon + would monitor for reminder notifications I would send via a CLI. It queue + them up based on some time set to send the notification. I ended up + writing both the CLI and the daemon in this past week, both in C.The CLI remindme took in messages and appened them to a file. This file would be monitored by the daemon later on. Each reminder @@ -141,7 +142,7 @@ android.