Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neonxp/pomodoro
Pomodoro timer for nerds
https://github.com/neonxp/pomodoro
Last synced: about 1 month ago
JSON representation
Pomodoro timer for nerds
- Host: GitHub
- URL: https://github.com/neonxp/pomodoro
- Owner: neonxp
- License: gpl-3.0
- Created: 2021-12-13T12:37:40.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-14T22:47:41.000Z (about 3 years ago)
- Last Synced: 2024-06-21T06:42:39.999Z (7 months ago)
- Language: Go
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pomodoro
Pomodoro timer for nerdsDemo (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