mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2026-07-16 00:40:39 +00:00
feat(apps): add gsudo (#4810)
- Added gsudo to the Pro Tools category to provide a native sudo equivalent for Windows terminals.
This commit is contained in:
@@ -530,6 +530,15 @@
|
|||||||
"winget": "TechPowerUp.GPU-Z",
|
"winget": "TechPowerUp.GPU-Z",
|
||||||
"foss": false
|
"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": {
|
"helium": {
|
||||||
"category": "Browsers",
|
"category": "Browsers",
|
||||||
"choco": "helium",
|
"choco": "helium",
|
||||||
|
|||||||
Reference in New Issue
Block a user