Commit graph

2 commits

Author SHA1 Message Date
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
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