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
I love using WinGet, but I found the default help output a bit uninspired. I wanted something with a little more eye candy, that felt more like a premium, dedicated system tool, so I built a custom PowerShell wrapper function for my profile.
It introduces a clean ASCII banner, visually isolates command categories (splitting out the advanced DSC/MCP stuff from daily package management), and features a completely dynamic auto-sizing helper function so long parameters like
--disable-interactivitynever blow out the borders.📸 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 pass right through flawlessly:
The Script:
Beta Was this translation helpful? Give feedback.
All reactions