PoshCode Archive  All files named "Get-ChildItemColor.ps1"

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for Get-ChildItemColor.ps1

2018-06-10
14:25
A wrapper for Get-ChildItem with color highlighting for different file types. I was thinking of the Linux ‘ls —color’, but didn’t bother to match up colors or anything. TODO: The ability to sort by type would be nice. Note: you will have to remove the documentation at the beginning of the function if you want to use it with versions prior to v2.0 CTP3. file: [046d3e94e2] check-in: [d9bc3eb0cd] user: tojo2000 branch: trunk, size: 2534
14:25
Added: A wrapper for Get-ChildItem with color highlighting for different file types. I was thinking of the Linux ‘ls —color’, but didn’t bother to match up colors or anything. TODO: I should probably update it to precompile the regexes at the top so that they aren’t compiled for each item returned by Get-ChildItem, and the ability to sort by type would be nice. Note: you will have to remove the documentation at the beginning of the function if you want to use it with versions prior to v2.0 CTP3. file: [088ed69868] check-in: [c00add082f] user: tojo2000 branch: trunk, size: 2185