pomodoro/README.md

49 lines
576 B
Markdown
Raw Normal View History

2021-12-13 15:37:41 +03:00
# pomodoro
Pomodoro timer for nerds
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