an alfred workflow to search gitlab projects
- Go to the releases page and download/import the workflow into alfred.
- Edit the workflow and make sure the following variables are set:
GITLAB_URL
(ex:https://gitlab.<your-domain>.com
)GITLAB_TOKEN
: Your gitlab access token. You can generate an access token in your Gitlab Profile.
- Search for gitlab with
gitlab <search>
Q: I get the error “alfred-gitlab” cannot be opened because the developer cannot be verified.
. How can i fix it?
A: Thats an error gatekeeper returns when a binary isn't signed by an apple certificate. To fix that follow these steps:
- Press cancel on the promp you received.
- Go to preferences and select
Security & Privacy
. On the general tab, make sure "Allow apps download from: App Store and identified developers" is selected. Beneath that you should see the textalfred-gitlab was blocked from use because it is not from an identified developer
. Press theAllow Anyway
button and it try using the workflow again.