# pi-modoro

A Pomodoro timer extension for the [pi coding agent](https://pi.dev).

Puts a live countdown in the pi status bar and cycles through work and break
phases automatically.

## Phases

| Phase | Duration |
|---|---|
| 🍅 Work | 25 minutes |
| ☕ Break | 5 minutes |
| 🛋️ Long Break | 15 minutes (after every 4 pomodoros) |

## Install

```bash
pi install npm:pi-modoro
```

## Commands

| Command | Description |
|---|---|
| `/pomodoro start` | Start (or resume) the timer |
| `/pomodoro pause` | Pause the timer |
| `/pomodoro stop` | Stop and reset the current phase |
| `/pomodoro skip` | Skip to the next phase |
| `/pomodoro reset` | Stop and reset everything, including the count |
| `/pomodoro status` | Print current timer state |

## Keyboard Shortcut

**Ctrl+Shift+T** — toggle start / pause
