Skip to content
/ ntfy Public

๐Ÿ–ฅ๏ธ๐Ÿ“ฑ๐Ÿ”” A utility for sending notifications, on demand and when commands finish.

License

Notifications You must be signed in to change notification settings

dschep/ntfy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

ntfy - A utility for sending notifications

ntfy is a command line utility (and to a degree, python library) for sending push notifications. Unlike many existing utilities for Pushover or Pushbullet, it supports multiple backends.

Backends

Supported

Planned/Possible

Config

ntfy is configured via a json config file stored at ~/.ntfy.json. It requires at minimum 2 keys: backend & a config for that backend.

Example Config

{
    "backend": "pushbullet",
    "access_token": "<redacted>"
}