Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/miya0001/pb-cli
- Owner: miya0001
- License: mit
- Created: 2015-10-01T16:29:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-26T19:51:33.000Z (about 9 years ago)
- Last Synced: 2024-04-26T01:22:36.333Z (8 months ago)
- Language: Ruby
- Homepage:
- Size: 230 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.