From 242d28120c20e88c380a1593543a148a91c93673 Mon Sep 17 00:00:00 2001 From: Karim Benkirane Date: Sat, 4 Jul 2026 22:21:00 +0100 Subject: [PATCH] feat(apps): add gsudo - Added gsudo to the Pro Tools category to provide a native sudo equivalent for Windows terminals. --- config/applications.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/applications.json b/config/applications.json index 5640cc0d0c..df4a802a59 100644 --- a/config/applications.json +++ b/config/applications.json @@ -530,6 +530,15 @@ "winget": "TechPowerUp.GPU-Z", "foss": false }, + "gsudo": { + "category": "Pro Tools", + "choco": "gsudo", + "content": "gsudo", + "description": "gsudo is a sudo equivalent for Windows. It allows you to run commands with elevated administrative privileges directly within the current console window.", + "link": "https://github.com/gerardog/gsudo", + "winget": "gerardog.gsudo", + "foss": true + }, "helium": { "category": "Browsers", "choco": "helium",