Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anoff/alfred-github

Alfred 3 workflow to find to projects in github
https://github.com/anoff/alfred-github

Last synced: 20 days ago
JSON representation

Alfred 3 workflow to find to projects in github

Awesome Lists containing this project

README

        

# alfred-github

> Alfred workflow to find to projects in GitHub

![Screenshot](./screenshot.png)

Runs against `api.github.com` without authentication. Too many requests (>10 per minute) will result in **Forbidden** errors.

## Install

```
$ npm install -g alfred-github
```

*Requires [Node.js](https://nodejs.org) 12.20+ and the Alfred [Powerpack](https://www.alfredapp.com/powerpack/).*

## Usage

In Alfred, type `github`, Enter, and the repo you're looking for.

Select the project you're looking for and open it up in your browser by hitting Enter.

Hold command to display the count of Star and Fork.

## License

MIT © [anoff](https://github.com/anoff)