Skip to content

geoffharcourt/alfred-github-workflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Workflow (Download v1.6)

Github on Alfred

Requirements

  1. Alfred App v2
  2. Alfred Powerpack

Installing

  1. Click the download buttons below
  2. Double-click to import into Alfred 2
  3. Review the workflow to add custom Hotkeys

Updating

Run the Alleyoop Workflow using the keyword oop. If you're not comfortable with Alleyoop, star & watch this repo to keep up to date on new versions and additional workflows.

About

Searching Github for gists, repos, user repos, or repos starred by a user

alt text

Setup

Github allows 60 request per hour. This isn't very high and can be used up very quickly when doing searches. To get 5000 request per hour, enter in your github credentials.

  1. github proxy - Set proxy server if you need it for Internet connectivity
  2. github username {github_username} - Required to use git my, git star, & gist
  3. github password {github_passowrd} - A Github Application Token can be used in replace of (Recommended)
  4. github test - Test Github credentials

Commands

  • git search {query} - Search all of Github repos (Documentation)
  • git my {query} - Search user Github repos
  • git star {query} - Search user starred Github repos
  • git limit - Get remaining requests allowed count
  • gist {query} - Search user gists
  • gist create - Create new gist

Security

API calls are made using Githubs Basic Authentication. The requests use -u <your_username>, not -u <your_username>:<your_password> which leaves your password in shell history and isn’t recommended (See src/auth.sh for implementation). Github credentials are stored in /Library/Application Support/Alfred 2/Workflow Data/com.farrell.github.alfredworkflow/settings.plist.

Contributors

Featured

About

Searching Github repos.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 96.2%
  • Shell 3.8%