PowerShell / PowerShell

PowerShell for every system!
https://microsoft.com/PowerShell
MIT License
44.58k stars 7.21k forks source link

add colors, icons and tree view with get-childitem #15369

Open p0W3RH311 opened 3 years ago

p0W3RH311 commented 3 years ago

Hi Guys !!

Get-childitem is awesome but it miss context view with adding colors and icons to distinguish the files and directory. also it miss a tree view with level to this tree fo example:

PS> ls -treeview <uint> -icon <switch> -autoColor <switch>

PS> ls -treeView 2 -icon -autoColor

Sans titre

treeview

ShrykeWindgrace commented 3 years ago

"Icons and colors" part is partially addressed by the Terminal-Icons plugin, if I recall correctly.

microsoft-github-policy-service[bot] commented 10 months ago

This issue has not had any activity in 6 months, if this is a bug please try to reproduce on the latest version of PowerShell and reopen a new issue and reference this issue if this is still a blocker for you.

microsoft-github-policy-service[bot] commented 10 months ago

This issue has not had any activity in 6 months, if this is a bug please try to reproduce on the latest version of PowerShell and reopen a new issue and reference this issue if this is still a blocker for you.

microsoft-github-policy-service[bot] commented 10 months ago

This issue has not had any activity in 6 months, if this is a bug please try to reproduce on the latest version of PowerShell and reopen a new issue and reference this issue if this is still a blocker for you.

soredake commented 10 months ago

Still wanted.

microsoft-github-policy-service[bot] commented 9 months ago

This issue has been marked as "No Activity" as there has been no activity for 6 months. It has been closed for housekeeping purposes.

soredake commented 9 months ago

@StevenBucher98 @kilasuit can you reopen this, please?

StevenBucher98 commented 9 months ago

A similiar behavior is gotten from using the Show-ObjectTree in https://github.com/PowerShell/GraphicalTools/tree/master

GitHub
GitHub - PowerShell/GraphicalTools: Modules that mix PowerShell and GUIs/CUIs! - built on Avalonia and gui.cs
Modules that mix PowerShell and GUIs/CUIs! - built on Avalonia and gui.cs - GitHub - PowerShell/GraphicalTools: Modules that mix PowerShell and GUIs/CUIs! - built on Avalonia and gui.cs