diff options
author | Haoran S. Diao <0@hairydiode.xyz> | 2019-04-13 17:51:37 -0400 |
---|---|---|
committer | Haoran S. Diao <0@hairydiode.xyz> | 2019-04-13 17:51:37 -0400 |
commit | 75be47d49296f39a07cfb882f4fa6e1c7f06b6cf (patch) | |
tree | c9b8e75c92bc60a862a6bf6534ad34bfa83b759c | |
parent | 479abdfc5ffbaafa4b00f46cf589309dc0ec071b (diff) |
added README
-rw-r--r-- | README | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -0,0 +1,20 @@ +Guardian is a terminal command that can be run to display an encouraging +messages on all pseudottys (basically any terminal emulator) on a machine. In +addition it controls a electronic "buddy" that blocks the keyboard to remind the +user to take a break from the computer once in a while. + +Example Usage: + guardian kitty "You can do it!" /dev/ttyUSB0 + guardian trees "You should take a walk" /dev/ttyS0 +To raise the "buddy"'s arm again use: + guardian raise /dev/ttyUSB0 + +Acknoledgements: + +The RS-232 library(https://www.teuniz.net/RS-232/) Teunis Van Beelen was used +under GPLv3 to communicate with the Arduino used to drive the "buddy". + +LICENSE: + +This software is free software and provided under the Gnu General Public License +version 3. |