aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 1009b2ce08c227ab58458adc8ccc617caf2bbbec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# 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