WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
I want to be able to customize the output for search. I would like to be able to configure the columns displayed as well as the order the columns are presented.
If the "--source" or "-s" option is specified, and more than one source is configured, the output must still display the source. If it is not specified it would be the last column in the display.
Today:
Name Id Version Source
--------------------------------------------------------
Microsoft PowerToys XP89DCGQ3K6VLD Unknown msstore
PowerToys (Preview) Microsoft.PowerToys 0.51.0 winget
Some other package managers display a single value and use multiple values on each line. This work item is not intended to modify the general UX output for that case. Maybe in the future we could consider condensing the display for single value output selections.
Description of the new feature / enhancement
I want to be able to customize the output for search. I would like to be able to configure the columns displayed as well as the order the columns are presented.
If the "--source" or "-s" option is specified, and more than one source is configured, the output must still display the source. If it is not specified it would be the last column in the display.
Today:
Proposed technical implementation details
No response