pomodoro/README.md
Ruidy 7345b1dc26
feat(tui): add notification and refactor UI logic
Move TUI logic to a new tui.go file, separating concerns and improving
maintainability. Integrate terminal-notifier to display a notification
when the timer completes on Darwin systems. Update README to include
terminal-notifier as a requirement.
2025-05-19 11:57:59 +02:00

385 B

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