pomodoro-timer

Crates.iopomodoro-timer
lib.rspomodoro-timer
version0.1.1
created_at2025-10-02 16:47:07.688636+00
updated_at2025-10-02 17:17:09.895068+00
descriptionA simple CLI Pomodoro timer with notifications
homepage
repositoryhttps://github.com/prakhar0711/pomodoro-timer-cli
max_upload_size
id1864672
size38,856
Prakhar Pratyush (prakhar0711)

documentation

README

Pomodoro Timer ⏳

A simple, cross-platform command-line Pomodoro timer written in Rust.
Track your focus time with custom durations, colored terminal output, and desktop notifications.


📦 Installation

Install directly via Cargo:

cargo install pomodoro-timer

Run the timer:

pomodoro

🚀 Usage

Start a timer with CLI argument

# 30-minute timer
pomodoro 30

# 1-hour timer
pomodoro 1

Start a timer interactively

pomodoro
Enter time in hours : 1.5
  • Terminal shows countdown in HH : MM : SS format.
  • Desktop notification alerts you when the timer starts and finishes.

💻 Features

  • ⌛ Timer with custom durations
  • 🔔 Desktop notifications when time is up
  • 🎨 Colored terminal output
  • ✅ Supports both interactive input and CLI arguments

📚 Links


Commit count: 0

cargo fmt