Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.57 KB

README.md

File metadata and controls

45 lines (26 loc) · 1.57 KB

Wox.Plugin.Github Build status

Github plugin for the Wox launcher

About

Search Github repositories, navigate repository issues and pull requests, directly from Wox.

demo gif

Usage

Search for repos: gh repos {repo-search-term}

Display repository info: gh repo {full-repo-name}

List repository issues: gh issues {full-repo-name}

List repository pull requests: gh pr {full-repo-name}

Search for users: gh users {user-search-term}

Find specific issue or pull request: gh {full-repo-name} #123

List repositories by user: gh {owner-name}/

Access Token

To avoid rate limits from Github's API, after installing the plugin do the following:

  1. open Github and generate a new personal access token
  2. open the plugin's directory, create a github_token.txt file and add the API token
  3. restart Wox

Private Repositories

Simply check the repo scope when generating the access token.

Credits