Skip to content

Fuzzy search your Github repository names very fast

License

Notifications You must be signed in to change notification settings

renuo/alfred-fast-fuzzy-github-repos

Repository files navigation

Fast Fuzzy Github Repos

Alfred plugin to retrieve your own Github repositories fuzzy and fast.

Written in JavaScript with alfy.

Installation

npm install --global @renuo/alfred-fast-fuzzy-github-repos --@renuo:registry=https://npm.pkg.github.com

or if you don't have a Github package registry token

npm install --global https://github.com/renuo/alfred-fast-fuzzy-github-repos

Actions

The idea is that you manually sync down your Github repository list. This allows the search to always perform on local data.

  • gh-token <token>

    Set's up the Github token authorization. If you want to access your private repos and your organisation's repos, the token scope should minimally be (read:org, repo:status).

  • gh-sync

    Downloads the repository list over the Github v4 API. Can take quite some seconds until completion

  • gh <fuzzy repo>

    Fuzzily searches the local copy of your repository list for nameWithOwner.

Development

npm install
npx alfred-link

License

MIT License

Releases

No releases published

Packages