Pomodoro timer for nerds
Find a file
2021-12-13 17:41:40 +03:00
.github/workflows Create docker-publish.yml 2021-12-13 16:09:03 +03:00
.gitignore Added releaser workflow 2021-12-13 15:49:20 +03:00
.goreleaser.yml initial 2021-12-13 15:43:34 +03:00
Dockerfile Added docker 2021-12-13 16:08:21 +03:00
go.mod Added releaser workflow 2021-12-13 15:49:20 +03:00
go.sum Added releaser workflow 2021-12-13 15:49:20 +03:00
LICENSE Initial commit 2021-12-13 15:37:41 +03:00
main.go initial 2021-12-13 15:43:34 +03:00
README.md Update README.md 2021-12-13 17:41:40 +03:00

pomodoro

Pomodoro timer for nerds

Demo (time x200 faster):

asciicast

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