https://github.com/pannh/pomodoro
A simple and minimalist pomodoro written in Go
https://github.com/pannh/pomodoro
Last synced: 3 months ago
JSON representation
A simple and minimalist pomodoro written in Go
- Host: GitHub
- URL: https://github.com/pannh/pomodoro
- Owner: PannH
- Created: 2024-08-22T11:50:11.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T12:06:02.000Z (10 months ago)
- Last Synced: 2025-01-16T10:38:55.270Z (5 months ago)
- Language: Go
- Size: 5.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pomodoro
This is a simple and minimalist pomodoro CLI written in Go.### Usage
Run the `go run` command with `-h`, `-m`, and `-s` flags to set the pomodoro time.
```bash
go run .\main\main.go -m 1 -s 30
```
*The pomodoro will run for 1m 30s.*To compile the app, use the `go build` command.
```bash
go build -o pomodoro.exe .\main\main.go
```### Example
