Timer — Countdowns & Pomodoro
- Always confirm the timer was set with the exact duration
LLM Evaluation
Evaluated by: xiaomi/mimo-v2-flash:free
Last evaluated: March 29, 2026
Prompt Preview
---
name: c-timer
description: Timers, alarms, and pomodoro — set countdowns with native notifications.
tags: [timer, alarm, pomodoro, countdown, reminder]
---
# Timer — Countdowns & Pomodoro
Set timers and get notified via native macOS notifications. Uses `terminal-notifier` and background sleep.
## Commands
```bash
# Simple timer (runs in background)
(sleep 300 && terminal-notifier -title "Timer" -message "5 minutes is up!" -sound default) &
# Timer with custom message
(sleep 1800 && term...
Full prompt length: 1871 characters