mirror of
https://github.com/rjNemo/pomodoro
synced 2026-06-10 17:46:38 +00:00
No description
Introduce command-line flags to customize the timer's name and duration. The `-name` flag sets the timer's label, and the `-duration` flag accepts a Go duration string (e.g., "25m", "1h"). This enhances flexibility for users to configure their Pomodoro sessions directly from the command line. |
||
|---|---|---|
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| justfile | ||
| main.go | ||
| README.md | ||
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+