No description
Find a file
Ruidy 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
.gitignore feat: add initial Pomodoro timer TUI with progress bar 2025-05-18 23:08:32 +02:00
go.mod feat: add initial Pomodoro timer TUI with progress bar 2025-05-18 23:08:32 +02:00
go.sum feat: add initial Pomodoro timer TUI with progress bar 2025-05-18 23:08:32 +02:00
main.go feat: add initial Pomodoro timer TUI with progress bar 2025-05-18 23:08:32 +02:00