mirror of
https://github.com/rjNemo/pomodoro
synced 2026-06-06 07:56:39 +00:00
No description
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| justfile | ||
| main.go | ||
| README.md | ||
| tui.go | ||
Pomodoro Timer
A simple Pomodoro timer written in Go.
Features
- Start a Pomodoro session from the command line
- Customizable session and break durations
Usage
go run main.go
Or build and run:
go build -o pomodoro main.go
./pomodoro
Requirements
- Go 1.18+
- terminal-notifier