Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anoff/alfred-github
- Owner: anoff
- License: mit
- Created: 2016-10-26T21:36:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-26T16:37:35.000Z (about 3 years ago)
- Last Synced: 2024-09-14T11:49:42.634Z (about 2 months ago)
- Language: JavaScript
- Size: 345 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- alfred-workflows - GitHub Repo Search - Find projects on GitHub. (Developer)
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)