Open
Description
I would like the ability to customize the sort order when multiple results are returned.
In addition to arguments like winget search _foo_ -sort Name
, I would like settings to specify my default preferences.
winget list -sort Version
In addition, I would like to have settings to handle results from multiple sources so they can be displayed in a coalesced manner vs. the default where we sort by source based on their order in winget source list
.
Note: The current sort order is based on the fields matched for search. This may vary by source as REST sources are allowed to return results in any order they prefer.