wget -o ~/.local/bin/pomodoro https://gist.githubusercontent.com/gpanders/81d1428e10cc1477888ebf49e360a7fb/raw/2e531dba1723b4f1a568b93d23400bbfaced1b08/pomodoro.sh
chmod +x ~/.local/bin/pomodoro
Obviously you can install it anywhere you like, just make sure the installation directory is on your PATH
.
pomodoro [FOCUS_TIME] [SHORT_BREAK] [LONG_BREAK]
The default values are 25 for FOCUS_TIME
, 5 for SHORT_BREAK
, and 15 for LONG_BREAK
. All units are in minutes.