github helper

From their README

@stoe/alfred-github-helper

test codeql publish styled with prettier

Alfred GitHub Helper

Installation

$ npm install -g @stoe/[email protected]

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

Usage

Preparation

no GitHub token no org nor team

Bookmarks

bookmarks example

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"
  }
]

Teams and members

teams and members example member quicklook example

License