LinuxCommandLibrary

ntfy

sends push notifications via ntfy

TLDR

Send notification

$ ntfy send "[message]"
copy
Publish to topic
$ ntfy publish [topic] "[message]"
copy
Subscribe to topic
$ ntfy subscribe [topic]
copy
Send with priority
$ ntfy publish --priority high [topic] "[message]"
copy
Send with title
$ ntfy publish --title "[title]" [topic] "[message]"
copy

SYNOPSIS

ntfy [command] [options]

DESCRIPTION

ntfy sends push notifications via ntfy.sh service. Simple pub-sub messaging.
The tool enables notifications to phones and desktops. Uses HTTP-based protocol.

PARAMETERS

publish TOPIC MESSAGE

Send notification to topic.
subscribe TOPIC
Subscribe to notifications.
send MESSAGE
Send quick notification.
--priority LEVEL
Set priority (min, low, default, high, max).
--title TITLE
Set notification title.
--tags TAGS
Add emoji tags.
--help
Display help information.

CAVEATS

Requires ntfy.sh or self-hosted server. Topics are public by default. Free tier limits apply.

HISTORY

ntfy was created as a simple notification service with HTTP-based pub-sub model.

SEE ALSO

curl(1), notify-send(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community