https://github.com/danesparza/pushnotify
:mega: Command line tool to send notifications using Pushover
https://github.com/danesparza/pushnotify
command-line command-line-tool push-notifications pushover pushover-api script
Last synced: 12 months ago
JSON representation
:mega: Command line tool to send notifications using Pushover
- Host: GitHub
- URL: https://github.com/danesparza/pushnotify
- Owner: danesparza
- License: mit
- Created: 2017-05-23T19:45:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-08T02:16:56.000Z (almost 9 years ago)
- Last Synced: 2025-01-24T07:11:38.689Z (about 1 year ago)
- Topics: command-line, command-line-tool, push-notifications, pushover, pushover-api, script
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pushnotify [](https://circleci.com/gh/danesparza/pushnotify)
Command line tool to send notifications using [Pushover](https://pushover.net/)
## Quick start
Grab the [latest release](https://github.com/danesparza/pushnotify/releases/latest) for your platform (it's just a single binary)
```
Usage of pushnotify:
-apiKey string
The pushover API key to send from
-message string
The message to send
-priority int
The message priority
-sound string
The sound to use. One of: pushover, bike, bugle, cashregister, classical, cosmic, falling, gamelan, incoming, intermission, magic, mechanical, pianobar, siren, spacealarm, tugboat, alien, climb, persistent, echo, updown, none (default "pushover")
-title string
The message title (optional)
-to string
Pushover recipient
-url string
The url to send (optional)
-urlTitle string
The title to use for the url (optional)
```