With PSReadLine 2.2.0 beta4
Set-PSReadLineOption -PredictionSource History
Set-PSReadLineOption -PredictionViewStyle ListView
powershell can show history like this:
Does Bash or any other Linux shell have this feature?
With PSReadLine 2.2.0 beta4
Set-PSReadLineOption -PredictionSource History
Set-PSReadLineOption -PredictionViewStyle ListView
powershell can show history like this:
Does Bash or any other Linux shell have this feature?

You can use the
historycommand to see your previous commands. If you want to filter then you can use thegrepcommand, for exampleyou will get for example :