alfred-gitlab
alfred-gitlab copied to clipboard
A GitLab workflow for Alfred 3
Alfred Gitlab
Quickly navigate to GitLab projects in Alfred 3.

Setup and Usage
- Generate a GitLab personal access token (https://gitlab.com/profile/personal_access_tokens) then run
glsetkey <yourkey> - (Optionally) Tell it where the GitLab API you want to connect to is by running
glseturl https://<host>/api/v4/projects- Defaults to GitLab.com's public API
- search for projects with
gl <search>
Sub-Page Navigation
After selecting a repository, you are prompted with a page to navigate to. You can disable this behaviour
by setting the quick_open workflow variable to true.
See the Alfred documentation on Workflow variables for more information on how to configure workflow variables.
Notes
By default, we will only show projects which you are a member of.
TODOs
- Optionally, allow you to search for non-membership repos
- Add alfred-workflow updater notifications
- Clean up
Thanks, License, Copyright
- The Alfred-Workflow library is used heavily, and it's wonderful documentation was key in building the plugin.
- The GitLab icon is used, care of GitLab.
All other code/media are released under the MIT Licence.