pomodoro/README.md

53 lines
724 B
Markdown
Raw Permalink Normal View History

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