No description
Find a file
Ruidy bebe08e0ab
chore: update deps, add docs and justfile
- Updated dependencies in go.mod and go.sum to latest versions.
- Added README.md with usage instructions and requirements.
- Added justfile with build, run, and dev tasks.
- Updated .gitignore to exclude tmp/ directory.
2025-05-18 23:47:21 +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 chore: update deps, add docs and justfile 2025-05-18 23:47:21 +02:00
justfile chore: update deps, add docs and justfile 2025-05-18 23:47:21 +02:00
main.go feat: add initial Pomodoro timer TUI with progress bar 2025-05-18 23:08:32 +02:00
README.md chore: update deps, add docs and justfile 2025-05-18 23:47:21 +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

  • Go 1.18+