Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 427 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 427 Bytes

discord-notify-cli

The CLI tool for discord notification

Usage

$ echo "# test" | ./notify
Notification sent to Discord successfully.

demo image

Installation

$ go version
go version go1.22.3 darwin/arm64

$ go build -o notify notify.go

$ sudo install /usr/local/bin notify

$ echo "export DISCORD_WEBHOOK_URL='https://discord.com/api/webhooks/...'" | sudo tee -a /etc/profile