Commit graph

2 commits

Author SHA1 Message Date
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
a040ac23db
feat: add initial Pomodoro timer TUI with progress bar
This commit introduces the initial implementation of a Pomodoro timer
terminal UI using Bubble Tea and Bubbles. The timer displays the task
name, total and elapsed time, and a progress bar. Users can quit the
application by pressing 'q'. The project dependencies are managed via
Go modules, and the build output is ignored in .gitignore.
2025-05-18 23:08:32 +02:00