/alfred-gitlab-workflow

Alfred Workflow for search of your gitlab repositories written in Golang

Primary LanguageGoMIT LicenseMIT

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