A simple CLI tool to send messages to ntfy.sh topics.
go install github.com/yourusername/npush@latest- Set your ntfy.sh topic:
export NTFY_TOPIC=your-topic-id- Send messages:
npush Hello WorldRequirements:
- Go 1.21+
Build from source:
go build -o npush cmd/npush/main.go