💻 Software
It is possible to make autocompletion in Powershell work like in bash?
Fresh5 days ago
Mar 15, 202626767 viewsConfidence Score0%
0%
Problem
I love Powershell, but coming from a Linux background there is a few things that is really bugging me. Like for example how the default auto completion works. For example: Get-PS expands to "Get-PSBreakpoint" which is the first matching command. In bash if there is only one command matching bash wi…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: It is possible to make autocompletion in Powershell work like in bash?
Low Risk
Check out PSReadline. From the article: This module replaces the command line editing experience in PowerShell.exe. It provides: Syntax coloring Simple syntax error notification A good multi-line experience (both editing and history) Customizable ke…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix