ntfy

Send push notifications to your phone or desktop via PUT/POST

brewmacoslinux
Try with needOr install directly
Source

About

Send push notifications to your phone or desktop via PUT/POST

Commands

ntfy

Examples

Send a simple notification to a topic$ curl -d 'Hello from ntfy' ntfy.sh/my-topic
Send a notification with a title and tags$ curl -H 'Title: Alert' -H 'Tags: warning' -d 'Server down' ntfy.sh/alerts
Send a high priority notification with a custom sound$ curl -H 'Priority: high' -H 'Tags: alarm' -d 'Critical error' ntfy.sh/urgent