PSColor icon indicating copy to clipboard operation
PSColor copied to clipboard

Provides simple color highlighting for some PowerShell output

Results 18 PSColor issues
Sort by recently updated
recently updated
newest added

Plateform: Windows Arch: x64 Pormpt: Powershell It does not work when using the command: `ls | format-wide -column ...`, but it does work when only use the command `ls` or...

ie. ```ps1 > Do-SomeInvalidCommand # some error about Do-SomeInvalidCommand not being a real command > $? True ``` ```ps1 while ( $True -eq $True ) { Start-Sleep 1; echo "loop";...

This should speak for itself: ```` > $PSVersionTable Name Value ---- ----- PSVersion 6.2.3 PSEdition Core GitCommitId 6.2.3 OS Linux 4.15.0-72-generic #81-Ubuntu SMP Tue Nov 26 12:20:02 UTC 2019 Platform...

This should be self-explanatory: ![image](https://user-images.githubusercontent.com/12860484/108854342-0a43a580-75e8-11eb-9e56-b6d6e6bf7b2a.png) In plain English: when PSColor is loaded, the target of links / reparsepoints is not displayed.

Your module manifest is `PsColor.psd1` while module file is `PSColor.psm1`. So, there is different case of `s` after `P` which does not allow to import module in Linux. Kindly fix...

Hi, Example of the issue: test.txt content: 1 2 3 4 5 6 7 8 command: `select-string .\test.txt -pattern "5" -context 3` output when only pscolor module is loaded: `test.txt:5:5`...

Hey I just wanted to give back some changes that I had implemented to color more content. Feel free to ask anything about the changes. It would be awesome to...

Today the rule for hidden files have precedence over the one for directories. This pull request allows to have a color for hidden directories.

Today the rule for hidden files have precedence over the one for directories. This pull request allows to have a color for hidden directories.