Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
/ arcus Public archive

(NOT MAINTAINED): A command-line tool to send a message to devices via Pushbullet.

License

Notifications You must be signed in to change notification settings

mitsuse/arcus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arcus

License GoDoc Wercker

A command-line tool to send a message to devices via Pushbullet.

Usage

Configuration

The command arcus requires the access token to call Pushbullet API. Set the access token to the environment variable ARCUS_ACCESS_TOKEN:

export ARCUS_ACCESS_TOKEN=<your access token>

Push

Send a message to your devices via Pushbullet with the following command:

$ arcus send -t <title> -m <message>

You can send a link or a file with the message:

$ arcus send -t <title> -m <message> -l <url or path>

If you want to notify the specific device, use -d option with its nickname:

$ arcus send -d <nickname> -t <title> -m <message>

The registered devices can be listed with arcus list.

Installation

OSX

If you are an OSX user, you can install arcus with Homebrew:

brew tap mitsuse/bullet
brew install bullet-cmd

Others

For other platform, the executable binaries are downloadable from the release page.

In the case of building from the sources, try the following:

$ go get -u github.com/mitsuse/arcus

License

Please read LICENSE.txt.

About

(NOT MAINTAINED): A command-line tool to send a message to devices via Pushbullet.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages