blob: e002640681a80cbc9f46f205a51d3df32a335c8c (
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
|
# 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
|