WinGet Banner & Help Menu #6348
Unanswered
acmeframe
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🚀 WinGet Banner & Help Menu
A custom PowerShell wrapper that enhances the default winget --help output with a clean ASCII banner and organized command groups. It feels closer to Store‑CLI, while still passing all arguments through to the native WinGet executable.
This function lives in your PowerShell profile and activates automatically whenever you run:
winget
winget -?
winget --help
It also preserves normal usage:
winget install
<package>winget upgrade
winget search
<query>📸 What it looks like in action:
To use this, just open your profile configuration (notepad $PROFILE) and drop in the following code. It cleanly handles native argument passing, so commands like 'winget install
<package name>' pass right through:The Script:
Beta Was this translation helpful? Give feedback.
All reactions