Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mchmarny/ghme
Alfred workflow for navigating to repositories.
https://github.com/mchmarny/ghme
alfred github go teams workflow
Last synced: 5 days ago
JSON representation
Alfred workflow for navigating to repositories.
- Host: GitHub
- URL: https://github.com/mchmarny/ghme
- Owner: mchmarny
- License: apache-2.0
- Created: 2018-03-04T23:32:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-12T16:23:54.000Z (about 4 years ago)
- Last Synced: 2024-06-20T20:06:48.645Z (5 months ago)
- Topics: alfred, github, go, teams, workflow
- Language: Go
- Homepage:
- Size: 5.98 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ghme
Alfred workflow for navigating to repositories.
![](img/search.png)
## Install
Download the [latest release of the workflow](https://github.com/mchmarny/ghme/releases/latest) and open it with Alfred.
## Configuration
Create [Personal access tokens](https://github.com/settings/tokens) with sufficient rights to query API for list of all public and private repositories.
> Check only `public_repo` box if you want to scope your searches to only public directories
![](img/token.png)
Once you have the token, run `repo-config` to enter the token and cache your repos
> `ghme` does not store your token so to refresh the list of locally cached repos you will have to re-run this step
![](img/config.png)
## Workflow
![](img/workflow.png)
## Disclaimer
This is my personal project and it does not represent my employer. While I do my best to ensure that everything works, I take no responsibility for issues caused by this code.