Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.02 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.02 KB

alfred-gitlab-workflow

alfred-gitlab-workflow is workflow written in Golang. This workflow will support search of your gitlab repositories.

Usage

  • Download from https://github.com/shiimaxx/alfred-gitlab-workflow/releases

  • Get GitLab personal access token from https://<your gitlab endpjoint>/profile/personal_access_tokens

  • Set GitLab API endpint

    • example: https://gitlab.example.com/api/v4/

    glseturl

  • Set Gialab personal access token

    glsettoken

  • Search repositories

    • gl searches repositories from GitLab API. Using cache and doesn't request GitLab API when cache file is exists

    gl-example

    • glrefresh searches repositories from GitLab API (not using cache). Overwrite cache file when cache file is exists.

    glrefresh-example

License

MIT

Author

shiimaxx