A BB plugin that runs a configurable Pomodoro timer and reminds you to take a break. The timer lives on the BB server, so it keeps counting when the panel is closed.
Requires BB 0.39 or later.
bb plugin install git:https://github.com/matibek/bb-plugin-pomodoro.git@mainThen open Pomodoro in the BB sidebar, or start a session from the CLI:
bb pomodoro start
bb pomodoro status
bb pomodoro pause
bb pomodoro skip
bb pomodoro resetDefaults are 25 minutes of focus, a 5-minute short break, a 15-minute long break, and a long break every 4 focus sessions. Breaks auto-start; the next focus session does not.
Change values in Settings → Plugins → Pomodoro, or:
bb plugin config pomodoro
bb plugin config pomodoro set workMinutes 50
bb plugin config pomodoro set shortBreakMinutes 10
bb plugin config pomodoro set longBreakMinutes 20
bb plugin config pomodoro set sessionsUntilLongBreak 4
bb plugin config pomodoro set autoStartBreaks true
bb plugin config pomodoro set autoStartWork falseDurations are minutes. New values apply to the next interval.
git clone https://github.com/matibek/bb-plugin-pomodoro.git
cd bb-plugin-pomodoro
npm install
npx tsc --noEmit
bb plugin install .Reload after source changes:
bb plugin reload pomodoroThis plugin is full-trust BB plugin code. Review it before installing from a fork.
Apache License 2.0. See LICENSE.