LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pomo

Simple, customizable Pomodoro timer for the terminal

TLDR

Start a default 25-minute work session
$ pomo
copy
Start a 30-minute work session
$ pomo 30m
copy
Start a work session with custom break duration
$ pomo 45m 15m
copy
View productivity statistics
$ pomo stats
copy

SYNOPSIS

pomo [duration] [breakduration_]pomo command

DESCRIPTION

pomo is a terminal-based Pomodoro timer with customizable work and break intervals, real-time progress visualization, ASCII art displays, and cross-platform desktop notifications. It tracks productivity statistics with weekly charts and a GitHub-style activity heatmap.

PARAMETERS

duration

Work session length (default: 25m). Accepts formats like 30m, 1h.
breakduration_
Break length after work session (default: 5m).
stats
Show productivity statistics with weekly charts and heatmap.

HISTORY

pomo was created by Bahaaio and is written in Go.

Copied to clipboard
Kai