tuidoro
v0.1.1
Published
A minimal pomodoro timer that runs in your terminal.
Readme
TUIdoro
TUIdoro is a minimal pomodoro timer that runs in your terminal.

Installation
Via npx / bunx (requires bun > 1.3.0)
npx tuidoro (requires 'bun' to be in PATH)
bunx tuidoroVia AUR (contains Bun runtime (~100MB))
yay -S aur/tuidoroRun locally (requires bun > 1.3.0)
bun install
bun run build
./dist/tuidoroConfiguration
The configuration file will be created on initial startup:
~/.config/tuidoro/settings.json
Contributing
Pull requests and issues are welcome! I do however plan on keeping this TUI as simple as possible.
Feel free to fork this project and extend the TUI to fit your own personal needs.
