💻 Software
PowerShell: history enhancements (readline)?
Fresh5 days ago
Mar 15, 20263165 viewsConfidence Score0%
0%
Problem
Some of the things I like in Bash and would love to know how to do in PowerShell: In Bash, I have history scrolling set up so that it only scrolls commands that begin with the same prefix as the current line. If I want to see my latest commit (e.g. to reuse part of the comment) I write 'git' and th…
Error Output
h | grep foo
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: PowerShell: history enhancements (readline)?
Low Risk
1 - You can use F8 from the windows console to cycle through commands that match the beginning of the current line. This is a case sensitive match. 2 - You can use to match previous commands. Using is case insensitive and will match text at any posi…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix