github-workflow

Crates.iogithub-workflow
lib.rsgithub-workflow
version2.3.0
sourcesrc
created_at2018-12-31 07:33:40.142713
updated_at2022-06-23 04:24:27.123683
descriptionGitHub Alfred Workflow to quickly search and open repositories.
homepage
repositoryhttps://github.com/rust-playground/alfred-workflows-rs/tree/master/github-workflow
max_upload_size
id104683
size74,336
Dean Karn (deankarn)

documentation

README

Github Workflow

Github Alfred Workflow to cache and search repositories

Requirements

sqlite - cache and config values are stored in an sqlite database Github Access Token - for Github API access

Installation

  1. Download github-workflow.alfredworkflow from the repo's releases section
  2. Install in Alfred (double-click)

Setup

  1. Have your GitHub Access Token ready, if you don't have one you can generate here https://github.com/settings/tokens; you may have to ensure it is authorized for SSO.
  2. In Alfred set the API_KEY environment variable to your GitHub API key/Access Token. Alfred Settings
  3. In Alfred type gh , navigate to refresh, hit ENTER to cache/index your GitHub repositories. This may take some time depending on the number of organizations and repositories you have access to, there will be a notification popup once complete.

Usage

  • gh <reponame> which queries Github repositories
Commit count: 0

cargo fmt