No description
Find a file
2025-05-19 12:26:45 +02:00
.gitignore chore: update deps, add docs and justfile 2025-05-18 23:47:21 +02:00
go.mod chore: update deps, add docs and justfile 2025-05-18 23:47:21 +02:00
go.sum feat(tui): add notification and refactor UI logic 2025-05-19 11:57:59 +02:00
justfile chore: update deps, add docs and justfile 2025-05-18 23:47:21 +02:00
main.go feat(tui): add notification and refactor UI logic 2025-05-19 11:57:59 +02:00
README.md feat(tui): add notification and refactor UI logic 2025-05-19 11:57:59 +02:00
tui.go add more descriptive error message 2025-05-19 12:26:45 +02:00

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