~goorzhel/pomodoro

Pomodoro timer in ~200 lines of Bash.
5a763071 — Antonio Gurgel 11 months ago
1.1.0
111955c9 — Antonio Gurgel 11 months ago
Simplify offer_respin
ff8145ff — Antonio Gurgel 11 months ago
Fix shebang

clone

read-only
https://git.sr.ht/~goorzhel/pomodoro
read/write
git@git.sr.ht:~goorzhel/pomodoro

You can also use your local clone with git send-email.

#Pomodoro

Pomodoro timer, written for bash and zsh.

#Usage

$ ./pomodoro -h
Usage:
pomodoro [-bCfhv] [-w <min>] [-s <min>] [-l <min>] [-c <cycles>]

With no options, the timer is started with the default values.

-w Length (in minutes) of work phase.        Default 25.
-s "                    " short break.       Default 5.
-l "                    " long break.        Default 15.
-c Number of work shifts before long break.  Default 4.

-b Suppress terminal bell ring at each phase.
-C Suppress color output.
-f Run forever, or until interrupted (Ctrl-C).
-h Show this message.
-v Show version.