Create Alfred workflow to quickly search and navigate my Github repos.
This repo includes a script to fetch my Github repos and dump it to a JSON file which conforms to Alfred Script Filter JSON format so that it can be used in a Alfred workflow to quickly search the repos.
Heavily inspired by https://mmazzarolo.com/blog/2020-09-28-alfred-github-repos/
Run script to fetch repos and dump to github-repos.json
ACCESS_TOKEN=YOUR_ACCESS_TOKEN ruby run.rb
Create a workflow with "Getting Started -> Script Filter" and customize the template with
Connect the output to "Open URL" action and customize it with