pomodoro
Pomodoro timer for nerds
Demo (time x200 faster):
Installation
Binaries
Grab binaries for different OS from https://github.com/neonxp/pomodoro/releases
Homebrew
brew install neonxp/tap/pomodoro
Docker
Build image:
docker build -t pomodoro:master .
or pull image from GitHub:
docker pull ghcr.io/neonxp/pomodoro:master
Run image
docker run -it --rm pomodoro:master
With golang
go install github.com/neonxp/pomodoro@latest
Usage
Just run
pomodoro
to stop - press Ctrl+C or kill process