How to make PowerShell tab completion work like Bash

后端 未结 7 1044
囚心锁ツ
囚心锁ツ 2020-12-12 10:17

Let\'s say I have the following files in my current directory:

buildBar.bat
buildFoo.bat
buildHouse.bat

And I type the following at my comm

7条回答
  •  忘掉有多难
    2020-12-12 10:58

    It is now possible to get PowerShell to do Bash-style completion, using PSReadline.

    Check out blog post Bash-like tab completion in PowerShell.

提交回复
热议问题