π¦ ClawHub
Notify Tool
by @dinghaibin
Send desktop notifications from command line scripts and automated tasks. Use for alerts, reminders, and process completion notifications.
π‘ Examples
# Simple notification
notify-tool "Task complete!"With title
notify-tool -t "Backup" "Backup finished successfully"Critical alert
notify-tool -u critical "Disk space low!"
βοΈ Configuration
-t title: Set notification title-u level: Urgency (low, normal, critical)-e: Expire notification after timeoutTERMINAL
clawhub install notify-tool