Skip to content

Adol1111/alfred-gitlab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A GitLab workflow for Alfred 3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%