Description of the new feature / enhancement
Currently, result of winget list and winget search is truncated for adjusting display size or 120 chars if output is redirected.
This causes the inconvenient which cannot be display full name,id,tags of apps which has long one(eg. Visual Studio family).
It cannot be avoided even if result is redirected to file because max width is currently hard coded to 120 in source if redirect.
So I'm glad if options which set max width or getting no truncated string is added(or output with another structured format like json,csv,xml?).
Proposed technical implementation details
No response
Description of the new feature / enhancement
Currently, result of
winget listandwinget searchis truncated for adjusting display size or 120 chars if output is redirected.This causes the inconvenient which cannot be display full name,id,tags of apps which has long one(eg. Visual Studio family).
It cannot be avoided even if result is redirected to file because max width is currently hard coded to 120 in source if redirect.
So I'm glad if options which set max width or getting no truncated string is added(or output with another structured format like json,csv,xml?).
Proposed technical implementation details
No response