alfred-bullet
alfred-bullet copied to clipboard
Send links or text to devices via PushBullet
AlfredBullet
An Alfred 2 Workflow for Pushbullet. Written in Go.
Install
Just install the latest .alfredworkflow file from the GitHub releases page.
Usage
-
Install the workflow (see above)
-
Get your API token from your Pushbullet account page.
-
Set it with the
set-push-tokenkeyword:

- Enjoy pushing to your devices:

There is only one keyword/command:
push TEXT
Where TEXT can be a URL or any arbitrary text.
Build from source
Unless you're planning on working on the source code, you probably down't need to build this from the source.
However, if you do want to build it, this is how:
-
Ensure that you've got a working Go work environment (see How to Write Go Code) with Go 1.4 or above.
-
Clone the repository into your working directory
git clone [email protected]:matiaskorhonen/alfred-bullet.git \
$GOPATH/src/github.com/matiaskorhonen/alfred-bullet
cd $GOPATH/src/github.com/matiaskorhonen/alfred-bullet
-
Run
go getto fetch the dependencies -
Make the Alfred extension with
make workflow -
Install the workflow from the
builddirectory
License and Copyright
Copyright © 2015 Matias Korhonen.
Licensed under the MIT License, see the LICENSE.txt file for details.