Skip to content

ntassone/alfred-bullet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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. Make the Alfred extension with make workflow

  2. 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.

About

Send links or text to devices via PushBullet

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 89.5%
  • Makefile 10.5%