Skip to content

Latest commit

 

History

History
62 lines (38 loc) · 1.93 KB

README.md

File metadata and controls

62 lines (38 loc) · 1.93 KB

alfred-github-activity

An alfred workflow to get public activity of a github user

Demo

Install

$ npm install --global alfred-github-activity

Requires Node.js 4+ and the Alfred Powerpack.

Configuration

Generate GitHub token

  1. Create a new personal access token here.
  2. Add description and click on genreate.
  3. Click copy.

Register environment variables through Alfred

  1. Open Alfred Preferences.
  2. Go to the Workflows tab.
  3. Select github-activity.
  4. Open the variables panel by clicking the Configure workflow and variables [+] button on the right.
  5. Fill the values
    • access_token : Previously copied GitHub token
  6. Save

Usage

In Alfred, type gha and then type any github username to fetch it's activity.

Author

Anshuman Verma