1
0
Fork 0
mirror of https://github.com/HackHerz/pusher synced 2025-12-06 02:10:19 +00:00
Send notifications from the command line to your phone or tablet.
Find a file
2015-01-26 20:12:00 +01:00
src No boost dependencies anymore 2015-01-26 16:34:18 +01:00
.gitignore Cleaned .gitignore 2015-01-26 20:12:00 +01:00
LICENSE First commit 2014-09-11 14:16:50 +02:00
makefile Got rid of CMake 2015-01-26 17:59:13 +01:00
README.md Added logo to readme 2015-01-26 16:39:19 +01:00

Logo

pusher

Send push-notifications to your phone from the command line. Uses PushNotifier to receive notifications.

Features

  • Written in C++
  • Easy to install
  • Even easier to use
  • Should work on all Unix-based systems

Installation

Option 1: Debian package

You can download debian packages from my website.

Option 2: From source

$ git clone https://github.com/HackHerz/pusher.git
$ cd pusher/
$ make
$ make install

Usage

Basic usage

$ pusher -i 1 "Hello World"    # Send Hello World to device-id 1 

Pipe output into pusher

$ echo "Hello World" | pusher -i 1 -p

List all your devices

$ pusher --list

Login

$ pusher --token    # Only necessary the first time using pusher 

Display Help

$ pusher -h    # Outputs all available options

Contributing

Bug Reports & Feature Requests

Please use the issue tracker to report any bugs or file feature requests.

Developing

Just file a pull request and start coding. If you want to develop your own software with code from pusher, make sure that you are using your own API-Token. You have to change it in pushhandler.h

Keep me motivated

If you want to make sure that I'll continue developing just send me a tweet @hackherz why you like or use my software :).

Libraries

pusher uses a few third party libraries.