Project

pb-cli

0.0
No commit activity in last 3 years
No release in over 3 years
Use Pushbullet from cli.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
~> 10.0
~> 3.3

Runtime

 Project Readme

pb-cli

Build Status Gem Version

A command line interface for Pushbullet.

https://www.pushbullet.com/

Installation

Run:

$ gem install pb-cli

And then execute:

$ pb init <ACCESS-TOKEN>

To access the Pushbullet API you'll need an access token so the server knows who you are. You can get one from your Account Settings page.

How to use

Send notification.

$ pb push create <MESSAGE> [--title <TITLE>]

Or send notification from STDIN.

$ ls -al | pb push create

See also pb help.

Development

$ git clone git@github.com:miya0001/pb-cli.git
$ cd pb-cli
$ bundle install --path vendor/bundle

Running automated tests

$ access_token=<ACCESS_TOKEN> bundle exec rspec

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/miya0001/pb-cli.