-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package names are being truncated when searching with empty string #2603
Comments
The output is truncated to fit the terminal width in the CLI. We've got PowerShell modules and cmdlets coming out in the next release which don't truncate the output. |
I didn't search for empty characters or app names with spaces, the command I used was winget list (and viewed at full screen size). |
is there a plan when this will be released? I joined the Windows Package Manager Insiders Program but It didnt change. Or wasnt it changed yet? Thanks alot. |
A preview version of the PowerShell cmdlets is available via the GitHub release. |
Thanks, I have installed it. Can you tell me how to format the output of |
Once the module is available, you can just run |
[Policy] Area-Output |
A workaround could be to output the results to file, and then review the file: The default is truncated:
I use:
|
This comment was marked as off-topic.
This comment was marked as off-topic.
You can use the Microsoft.WinGet.Client PowerShell module and |
Brief description of your issue
Package name are being truncated (notice the "..." ) when you do a search with empty string:
winget search " "
This issue doesn't happen when you search by part of the name
winget search visualstudio
Using Powershell x86 with maximized window on both commands
Steps to reproduce
search with empty string:
winget search " "
Expected behavior
No truncated package names
Actual behavior
Package names are being truncated
Environment
The text was updated successfully, but these errors were encountered: