Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 536 Bytes

readme.md

File metadata and controls

30 lines (20 loc) · 536 Bytes

caretaker

A tiny script written in reason that will send you nice notifications like:

Drink some water 💧

Usage

npm install -g @relekang/caretaker
caretaker # to run it
# or run in the background
caretaker > /dev/null &

Options:

  • --standing-desk - Will add the message stand for a bit every once in a while.
  • --fast - Fast mode for development turns minutes into 100ms

Development

yarn
yarn build # or yarn watch

Setting up as a service