Work session
Work sessions are the focused work periods in your Pomodoro cycle.Length of work sessionsSupports duration formats:
25m, 1h30m, 90sDisplay title for work sessionsShown in the terminal UI during the session
Example
pomo.yaml
Break session
Short breaks between work sessions for quick rest.Length of break sessionsSupports duration formats:
5m, 10m, 300sDisplay title for break sessionsShown in the terminal UI during the session
Example
pomo.yaml
Long break
Longer breaks after completing multiple work sessions.Enable long breaks after a set number of work sessions
Number of work sessions before triggering a long breakMust be greater than 0. Defaults to 4 if invalid.
Length of long break sessionsTypically longer than regular breaks for extended rest
Example
pomo.yaml
Long breaks are automatically inserted after the configured number of work sessions. If you complete 4 work sessions, the next break will be a long break instead of a regular break.
Duration format
Pomo accepts flexible duration formats:Minutes
Minutes
Hours and minutes
Hours and minutes
Seconds
Seconds
Mixed formats
Mixed formats
Common configurations
Overriding via CLI
You can override session durations from the command line:Terminal
CLI arguments override config file settings for that session only. Your
pomo.yaml file remains unchanged.