Categorygithub.com/lox/alfred-github-jump
modulepackage
3.0.0+incompatible
Repository: https://github.com/lox/alfred-github-jump.git
Documentation: pkg.go.dev

# README

Alfred Github Jump

A workflow for Alfred 3 for indexing your github repositories, allowing you to quickly filter them and open them in your default browser

Development

# 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"

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author