Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

bjw-s/alfred-github-repos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alfred 4 Workflow to search through your maintained/watched/starred GitHub repositories.

Setup

This workflow requires a number of Python modules. These can be installed by running the following command from your terminal:

/usr/bin/pip3 install -r requirements.txt

The workflow requires the GITHUB_TOKEN workflow variable to be set to a Personal Access Token (PAT) that has permission to browse your repositories. See the GitHub documentation for more information on how to create a Personal Access Token.

See the Alfred documentation on Workflow variables for more information on how to configure workflow variables.

Usage

Keywords

gh <query>

Searches through your maintained/watched/starred GitHub repositories.

Selecting a record opens the selected repository in your default browser.

The results are cached on disk for 24 hours to prevent unnecessary requests to the GitHub API.

Modifiers

  • Option key: Opens the repository Issues page in your default browser.
  • Command key: Opens the repository Pull Request page in your default browser.

ghupdate

Forcibly updates the local cache.

Modifiers

N/A

About

Alfred 4 Workflow to search through your maintained/watched/starred GitHub repositories.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages