Documentation Index
Fetch the complete documentation index at: https://imsaikirann.in/llms.txt
Use this file to discover all available pages before exploring further.
go-pomodoro
go-pomodoro is a simple terminal Pomodoro timer. It helps you start a focus session, keep the timer running in the background, check progress from the command line, take breaks, and review your recent sessions. It is built for developers and terminal users who want a timer that stays out of the way.What you can do
- Start a normal focus session.
- Start a deep work session.
- Watch the current timer status live.
- Pause, resume, or stop a running timer.
- View recent completed sessions.
- Get optional AI productivity coaching.
- Run an activity monitor from the terminal.
Basic workflow
Install the CLI:How it works
When you runpomodoro start, the timer starts in the background. Your terminal is returned to you immediately, so you can keep working.
The timer state is stored locally. Commands like pomodoro status, pomodoro pause, and pomodoro stop read or update that local timer state.
Session history is also stored locally and can be viewed with:
Default timer
The default focus session is 25 minutes:--minutes or -m:
Deep work mode
Deep work mode is for longer focus blocks. You can start it in two ways:pomodoro deep command asks you to choose a deep work duration.
Optional AI features
AI is optional. If you setGROQ_API_KEY, go-pomodoro can generate break tips and coaching advice.
Without an API key, the CLI still works. It uses built-in fallback tips instead.