Alfred GitHub Helper
$ npm install -g @stoe/alfred-github-helper@1.0.0
You might need to configuring npm for use with GitHub Packages first:
$ npm config set @stoe:registry https://npm.pkg.github.com/
$ npm login --registry=https://npm.pkg.github.com/ --scope=@stoe
See also https://docs.npmjs.com/misc/scope#associating-a-scope-with-a-registry
In your homefolder create a file called .alfred-github-helper-bookmarks.json
and add your bookmarks following the below example:
[
{
"uid": "alfred-github-helper",
"title": "alfred-github-helper",
"cmds": ["alfred-github-helper"],
"url": "https://github.com/stoe/alfred-github-helper"
}
]