CLI for Noted push notification server
Send and manage push notifications from the terminal.
Works with any self-hosted Noted server.
Features:
- Send notifications with rich options (title, priority, images, actions)
- Pipe stdin as notification body
- List and browse notifications
- Authenticate via username/password or API key
Usage:
note-cli login -s https://your-server:11111
note-cli send "Hello world" -t "Test" -c app.test -p high
echo "Backup done" | note-cli send -t "Cron"
note-cli list
note-cli status