A bashscript project that provides a simple to use pomodoro.
git clone https://github.com/jnduli/pomodoro.git
cd pomodoro
ln -sf $(pwd)/pomodoro.sh $HOME/.local/bin/pomodoroTo run a pomodoro where you work for 30 minutes and rest for 10 minutes do:
pomodoro -r 10 -w 30 # work for 30 minutes, rest for 10 seconds
pomodoro -h # detailed help instructionspomodoro -r 2 -w 5 --debug-mode # runs for 5 seconds work and 2 seconds instead of minutesYou can also add: set -x and a set +x between sections to debug.