Stephen Gillie

Results 727 comments of Stephen Gillie

I wasn't seeing the issue before, so I'll defer to @sedan-cell.

For an unofficial implementation, consider starting with [`Search-WinGetManifest`](https://github.com/microsoft/winget-pkgs/blob/c527dddc8726d163ac0a6dbf557760524f677fb2/Tools/PRWatcher.ps1#L1314) and replacing a couple of words to arrive at `Show-WinGetPackage`: ``` Function Show-WinGetPackage ($term) { $out = WinGet show $term --disable-interactivity #|...

Verify: ![image](https://github.com/user-attachments/assets/ccb09df6-43fe-4324-95fb-e472ecbc040a) ![image](https://github.com/user-attachments/assets/70f7dc70-fd80-4c12-a6ab-0f663c38543b)