Tomato is a simple pomodoro TUI.
Designed to be flexible allowing to choose if you need a break or not if you're in you flow state.
It'll also allow you to modify the duration of your session when starting it.
You can get the binary directly from each release or build from source:
cargo build --releaseAt first startup it'll create a config file located in ~/.config/tomato/config.toml with default value that you can change.
default_work_duration = 25
default_break_duration = 5It does not contain work history for now.