Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lox/alfred-github-jump

An alfred plugin to quickly jump to a github repository page
https://github.com/lox/alfred-github-jump

Last synced: 8 days ago
JSON representation

An alfred plugin to quickly jump to a github repository page

Awesome Lists containing this project

README

        

# Alfred Github Jump

A [workflow for Alfred 3](https://www.alfredapp.com/help/workflows/) for indexing your github repositories, allowing you to quickly filter them and open them in your default browser

![](http://lachlan.me/s/wvjHZ.png)

## Development

```bash
# Make sure the workflow dir exists
mkdir -p "$HOME/Library/Application Support/Alfred 3/Alfred.alfredpreferences/workflows"

# Then checkout the project
go get -u github.com/lox/alfred-github-jump
cd "$GOPATH/src/github.com/lox/alfred-github-jump"

# Build it and link it into Alfred
make build
ln -s "$PWD" "$HOME/Library/Application Support/Alfred 3/Alfred.alfredpreferences/workflows/alfred-github-jump"
```