aboutsummaryrefslogblamecommitdiff
path: root/README.md
blob: e002640681a80cbc9f46f205a51d3df32a335c8c (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: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