PSColor
PSColor copied to clipboard
Provides simple color highlighting for some PowerShell output
When using `clear`, PSColor adds an empty line on first row of terminal window, making the Prompt function start at the second line. I took a look at the code...
Regarding Issue #18, I added highlighting function to the matched text with Select-String.
I am not seeing your last PR merge reflected in the repo.
I don't remember the output being so jagged, but if I remove PSColor, it lines up fine. I'm not sure if this was caused by a recent PowerShell update or...
Is there any way to process all data printed in powershell, match patterns and colorize them. I want to highlight some words in output of any software. Is it possible?
Go to c:\windows directory and then get-childitem c:\users. -> directory: shows c:\windows, it should show c:\users.
PS 5.1 on Win10 1709. Create a profile.ps1 with a single line in it: `Import-Module PSColor` Start ISE (regular or Administrator) with that profile file. It freezes — no response...
``` C:\Users\runem> Remove-Module PSColor C:\Users\runem> Get-ChildItem \ The term 'Out-Default' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the...