Skip to content
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

Show-ListView output output improvement #544

Closed
AdamNaj opened this issue Dec 19, 2015 · 1 comment
Closed

Show-ListView output output improvement #544

AdamNaj opened this issue Dec 19, 2015 · 1 comment
Assignees
Labels
area-commands Involves functions and cmdlets. 🎨 area-user-interface 🌈 improvement Extra sugar and spice.
Milestone

Comments

@AdamNaj
Copy link
Member

AdamNaj commented Dec 19, 2015

The enumerations in Format-Table are displayed in a much better quality than Show-ListView. e.g.

Get-ChildItem master:\ | Format-Table -Property Name, Languages

image

Whereas Show-ListView output of this is of much worse quality:

Get-ChildItem master:\ | Show-ListView -Property Name, Languages

produces:
image

Following is the desired output instead:
image

@AdamNaj AdamNaj added 🌈 improvement Extra sugar and spice. 🎨 area-user-interface area-commands Involves functions and cmdlets. labels Dec 19, 2015
@AdamNaj AdamNaj self-assigned this Dec 19, 2015
@AdamNaj AdamNaj added this to the 4.0 milestone Dec 19, 2015
AdamNaj added a commit that referenced this issue Dec 19, 2015
@AdamNaj
Copy link
Member Author

AdamNaj commented Dec 19, 2015

Implemented

@AdamNaj AdamNaj closed this as completed Dec 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-commands Involves functions and cmdlets. 🎨 area-user-interface 🌈 improvement Extra sugar and spice.
Projects
None yet
Development

No branches or pull requests

1 participant