Skip to content

rphillips/gonotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

gonotify

Pluggable command-line notification tool. Currently supports the following notification backends:

  • Prowl
  • Pushover

Installation

go get https://github.com/rphillips/gonotify

Binaries

Download

Configuration

~/.gonotify: Insert your API key

[gonotify]
backend = prowl

[prowl]
api_key =

[pushover]
api_key =
user_key =

Usage

Notify yourself after a build:

make ; gonotify -event="build done $?"

License

Apache 2

Contributions

Pull requests are always welcome.

About

Mobile notifications from the commandline

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages