From 71f2c169bbdea4644c469c44b843a7c7c8de022f Mon Sep 17 00:00:00 2001 From: Straight Date: Mon, 21 Oct 2024 19:37:26 +0100 Subject: [PATCH] Adding Glab (GitLab cli) both Winget And Choco --- config/applications.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/applications.json b/config/applications.json index 66a1ef36..daafe7e2 100644 --- a/config/applications.json +++ b/config/applications.json @@ -63,6 +63,14 @@ "link": "https://www.anaconda.com/products/distribution", "winget": "Anaconda.Anaconda3" }, + "Glab": { + "category": "Development", + "choco": "glab", + "content": "Glab", + "description": "GLab is an open source GitLab CLI tool bringing GitLab to your terminal next to where you are already working with git and your code without switching between windows and browser tabs", + "link": "https://gitlab.com/gitlab-org/cli", + "winget": "GLab.GLab" + }, "angryipscanner": { "category": "Pro Tools", "choco": "angryip",