aboutsummaryrefslogblamecommitdiff
path: root/README.md
blob: 273523bcae6f30f2db2847e2d147dee01cc91502 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

                        












                                                                               












                            













                                            
# pomodoro
Pomodoro timer for nerds

## 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 .
```

Run image
```shell
docker run -it --rm pomodoro
```

### With golang
```
go install github.com/neonxp/pomodoro@latest
```

## Usage

Just run

```shell
pomodoro
```

to stop - press Ctrl+C or kill process