Notifications (terminal-notifier)
- Use notifications to alert the user when long tasks complete
LLM Evaluation
Evaluated by: xiaomi/mimo-v2-flash:free
Last evaluated: March 29, 2026
Prompt Preview
---
name: c-notify
description: Send native macOS notification center alerts from the command line using terminal-notifier.
tags: [notifications, alerts, macos]
---
# Notifications (terminal-notifier)
```bash
# Simple notification
terminal-notifier -title "OpenPaw" -message "Task complete!"
# With subtitle and sound
terminal-notifier -title "Build" -subtitle "Project X" -message "Done!" -sound default
# Open URL when clicked
terminal-notifier -title "PR Merged" -message "Click to view" -open...
Full prompt length: 1277 characters