Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markus1189/bullet-push
A Haskell pushbullet client
https://github.com/markus1189/bullet-push
Last synced: 20 days ago
JSON representation
A Haskell pushbullet client
- Host: GitHub
- URL: https://github.com/markus1189/bullet-push
- Owner: markus1189
- License: gpl-3.0
- Created: 2015-01-08T10:15:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-24T08:01:32.000Z (over 9 years ago)
- Last Synced: 2023-03-12T07:18:26.361Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 355 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BulletPush [![Build Status](https://travis-ci.org/markus1189/bullet-push.png?branch=master)](https://travis-ci.org/markus1189/bullet-push) [![License](https://img.shields.io/github/license/markus1189/bullet-push.svg)](https://img.shields.io/github/license/markus1189/bullet-push.svg)
## Intro ##
BulletPush is a simple client for
[Pushbullet](https://www.pushbullet.com/) written in Haskell.## Install ##
You can install it via `cabal install`.
In addition to the executable, you need your Pushbullet token.
Provide it either as a file `~/.bulletpush` with your token as the
sole content or the `--token` argument. You can get a token on your
[Account Settings](https://www.pushbullet.com/account) page.## Examples ##
```
bullet-push note "My first note" "Hello World"
bullet-push -e "email address" link "bullet-push rocks" "https://github.com/markus1189/bullet-push"
bullet-push list todo "todo item 1" "todo item 2"
```## Help ##
For a description of comandline arguments and commands, see:
```
$ bullet-push --help
```