Making PSReadLine Even Cooler

Powershell is actually getting cooler or similar to more advanced OS terminals. Look at this one.

Quick Install

No matter you have PSReadLine or not just launch

Install-Module PSReadLine -AllowPrerelease -Force

In your $PROFILE add:

Set-PSReadLineOption -PredictionSource History
Set-PSReadLineOption -PredictionViewStyle ListView
Set-PSReadLineOption -EditMode Windows

Restart terminal.

Demo


To contact me, send an email anytime or leave a comment below.