Metadata-Version: 2.4
Name: pomiterm
Version: 0.2.2
Summary: A small minimal Pomodoro timer running in your terminal.
Requires-Python: >=3.10
Requires-Dist: cowsay>=6.0
Requires-Dist: questionary>=2.0
Requires-Dist: rich>=13.0
Description-Content-Type: text/markdown

# PomiTerm 🍅

A minimal, beautiful Pomodoro timer that lives in your terminal.

Built with [Rich](https://github.com/Textualize/rich) for a clean UI — live countdown, a live clock, and a random quote to keep you going.

## Install

```sh
pipx install pomiterm
```

## Usage

```sh
pomiterm
```

## Features

- Live countdown with progress bar for work sessions, short breaks, and long breaks
- A cowsay cat displayed during each session
- Ticking clock on the main screen
- Random motivational, wisdom, and silly quotes
- Sound notifications at the end of each session (cross-platform)
- Configurable durations and cycles from the menu

## Default Settings

| Setting     | Value  |
|-------------|--------|
| Work        | 25 min |
| Short break | 5 min  |
| Long break  | 15 min |
| Cycles      | 4      |

## Requirements

- Python 3.10+

## Sound

| Platform | Notification |
|----------|-------------|
| macOS    | System sounds via `afplay` (Glass, Ping, Hero) |
| Windows  | System sounds via `winsound` |
| Linux    | Terminal bell |
