Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miya0001/pb-cli

A command line interface for Pushbullet.
https://github.com/miya0001/pb-cli

Last synced: 24 days ago
JSON representation

A command line interface for Pushbullet.

Awesome Lists containing this project

README

        

# pb-cli

[![Build Status](https://travis-ci.org/miya0001/pb-cli.svg?branch=master)](https://travis-ci.org/miya0001/pb-cli)
[![Gem Version](https://badge.fury.io/rb/pb-cli.svg)](https://badge.fury.io/rb/pb-cli)

A command line interface for Pushbullet.

https://www.pushbullet.com/

## Installation

Run:

```
$ gem install pb-cli
```

And then execute:

```
$ pb init
```

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](https://www.pushbullet.com/#settings/account) page.

## How to use

Send notification.

```
$ pb push create [--title ]
```

Or send notification from STDIN.

```
$ ls -al | pb push create
```

See also `pb help`.

## Development

```
$ git clone [email protected]:miya0001/pb-cli.git
$ cd pb-cli
$ bundle install --path vendor/bundle
```

### Running automated tests

```
$ access_token= bundle exec rspec
```

## Contributing

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