alfred-bullet

command module
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2015 License: MIT Imports: 11 Imported by: 0

README

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

Copyright © 2015 Matias Korhonen.

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Godeps
_workspace/src/github.com/mitsuse/pushbullet-go
Package "pushbullet" provides interfaces for Pushbullet HTTP API.
Package "pushbullet" provides interfaces for Pushbullet HTTP API.
_workspace/src/github.com/mitsuse/pushbullet-go/requests
Package "request" provides structs to represent the request for Pushbullet HTTP API.
Package "request" provides structs to represent the request for Pushbullet HTTP API.
_workspace/src/github.com/mitsuse/pushbullet-go/responses
Package "responses" provides structs to represent the response of Pushbullet HTTP API.
Package "responses" provides structs to represent the response of Pushbullet HTTP API.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL