Control whether AntiRSI is running from the command line.
- antirsi on — start AntiRSI now
- antirsi off [n] — turn AntiRSI off for n hours (default: 1)
- antirsi — start AntiRSI if it is time to
Add */5 * * * antirsi
to your crontab to have AntiRSI automatically
restart if you quit it, whilst still being able to run antirsi off
to have it stop for a while (eg. when playing games).
curl https://gist.githubusercontent.com/norm/25f90b35286aa7ad6f9e3490c1f00090/raw/antirsi.sh > /usr/local/bin/antirsi
chmod 755 /usr/local/bin/antirsi