Notify

Send desktop notifications using lp-notify CLI

superbereza 752cceb 953 B Updated

File contents

Notify - Desktop Notifications

Use lp-notify to send desktop notifications to the user.

Quick Examples

# Simple notification
lp-notify "Task completed!"

# With custom title
lp-notify "Build failed" --title "CI/CD"

# Urgent notification
lp-notify "Server down!" --urgency critical

Commands

Command Description
lp-notify "message" Send notification
lp-notify "msg" --title "Title" Custom title
lp-notify "msg" --urgency critical Urgent (Linux)
lp-notify "msg" --icon /path/icon.png Custom icon (Linux)

When to Use

  • Task completed notifications
  • Reminders (via lp-cron)
  • Error alerts
  • Status updates

Platform Support

Platform Backend Features
Linux notify-send title, urgency, icon
macOS osascript title only

superbereza/lobster-powers/tree/main/skills/notify commit 752cceb86d

Frequently asked questions

npx skillmds@latest add superbereza/notify