/alfred-workflows

Collection of Alfred workflow scripts

Primary LanguagePython

Alfred Workflows

This repo contains a collection of Alfred workflow scripts written in python.

Note: This requires Alfred Powerpack

Workflows

To use these workflows, fork and clone this repo. Then when setting up a workflow you can point to the python scripts in your repo and update the data files for your usage.

Open GitHub Repo

This workflow parses the query, matches the search terms (whitespace delimited) against a list of GitHub repos and a list of GitHub users, and returns the matching results to Alfred. Selecting one of the results will open that repo in the browser.

Demo

open github repo workflow demo

Setup

  1. Open Alfred > Workflows
  2. Add a new workflow
  3. Add a "Script Filter" input open github repo script filter configuration
  4. Be sure to drag the GitHub icon from the icons/ directory to this script filter input
  5. Add a "Run Script" action open github repo run script action configuration
  6. Link the input to the action open github repo workflow
  7. Update the JSON data files (data/git_repos.json, data/git_users.json) for your use

Thanks

Shout out to the following people and tools: