A minimal Pomodoro timer for the terminal.
- Terminal-based Pomodoro sessions with live countdown
- Configurable focus/break durations via YAML
- Desktop notifications when sessions complete
- Color-coded UI
go install github.com/bishalr0y/toki/cmd/toki@latestOr build from source:
git clone https://github.com/bishalr0y/toki
cd toki
just build
./bin/tokitokiSelect a timer split from the menu. Press q to quit.
Config is stored at ~/.config/toki/config.yaml:
timers:
- name: Standard
focus: 25
break: 5
- name: Long Focus
focus: 50
break: 10just test # Run tests
just lint # Run linter
just run # Build and run- Store completed work sessions in BadgerDB