Skip to content

albertcai101/alfred-my-github-search-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

My Github Search - An Alfred Workflow

Search all of your personal, starred, and organization repos in Alfred, a powerful MacOS launcher application. It uses the GitHub REST API Endpoints.

Download from releases. Coming soon on the Alfred Workflow Gallery. Then, follow the setup guide.

CleanShot 2024-08-27 at 00 52 15@2x

Dependencies

Alfred 5 with PowerPack.

jq, which you can download at their site.

Nothing else, everything is in a single bash script :)

Usage

ghs {query} will give you a list of all your personal, starred, and organization GitHub repositories. on a selected result will open the repository in your default browser.

Setup

After installing the Alfred workflow (download under Releases), click Configure Workflow... in Alfred. In the username text field, enter your GitHub username. In the token text field, generate a "Personal access token" at https://github.com/settings/tokens. You will need to check the following scopes:

  • read:org
  • repo
  • user

CleanShot 2024-08-27 at 00 46 56@2x Note that I personally use a classic token so I can have no expiration date.

You can also customize the ghs command to any command of your choice in the same pane.