pomodoro/README.md
2021-12-13 17:41:40 +03:00

53 lines
724 B
Markdown

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