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: about 1 year ago
JSON representation
An alfred plugin to quickly jump to a github repository page
- Host: GitHub
- URL: https://github.com/lox/alfred-github-jump
- Owner: lox
- Created: 2015-11-06T07:10:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T23:37:42.000Z (over 3 years ago)
- Last Synced: 2025-03-08T07:53:57.122Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 2.44 MB
- Stars: 130
- Watchers: 4
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- alfred-workflows - GitHub Jump - Search your and your GitHub starred repositories. (Developer)
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

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