Skip to content

📣 Command line tool to send notifications using Pushover

License

Notifications You must be signed in to change notification settings

danesparza/pushnotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pushnotify CircleCI

Command line tool to send notifications using Pushover

Quick start

Grab the latest release 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)