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
Thanks! You can always email me or use contact form for more questions/comments etc.