Skip to content
This repository has been archived by the owner on Jan 5, 2018. It is now read-only.

matiaskorhonen/alfred-bullet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlfredBullet

An Alfred 2 Workflow for Pushbullet. Written in Go.

Install

Just install the latest .alfredworkflow file from the GitHub releases page.

Usage

  1. Install the workflow (see above)

  2. Get your API token from your Pushbullet account page.

  3. Set it with the set-push-token keyword:

set-push-token

  1. Enjoy pushing to your devices:

AlfredBullet in action

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:

  1. Ensure that you've got a working Go work environment (see How to Write Go Code) with Go 1.4 or above.

  2. Clone the repository into your working directory

git clone git@github.com:matiaskorhonen/alfred-bullet.git \
  $GOPATH/src/github.com/matiaskorhonen/alfred-bullet

cd $GOPATH/src/github.com/matiaskorhonen/alfred-bullet
  1. Run go get to fetch the dependencies

  2. Make the Alfred extension with make workflow

  3. Install the workflow from the build directory

License and Copyright

Copyright © 2015 Matias Korhonen.

Licensed under the MIT License, see the LICENSE.txt file for details.