summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHaoran S. Diao <0@hairydiode.xyz>2019-04-14 04:17:08 -0400
committerHaoran S. Diao <0@hairydiode.xyz>2019-04-14 04:17:08 -0400
commitaa0ede80962912f85a66f0588469a13451b4c00e (patch)
tree3c03b845691afb4e553c7f5d528e7759b7f8aae2 /README
parent7473a6bd11f36ae2b25355ee7d303a5323dcf5f9 (diff)
added parakoimomenos
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 2ae7a60..d99afc3 100644
--- a/README
+++ b/README
@@ -9,6 +9,13 @@ Example Usage:
To raise the "buddy"'s arm again use:
guardian raise /dev/ttyUSB0
+parakoimomenos is a script that launches a random guardian alert based on a list
+of tasks in ~/.guardian/tasks.
+
+Example Usage, to set aside some time on self care every day
+$ fcrontab -e
+00 12 * * * parakoimomenos /dev/ttyUSB0 color
+
Acknoledgements:
The RS-232 library(https://www.teuniz.net/RS-232/) Teunis Van Beelen was used