Powershell 是否具有 Bash 的 "autocd" shopt 之类的功能?

Does Powershell have a feature like Bash's "autocd" shopt?

powershell 是否有类似 bash 的 autocd shopt 的功能?

如果您在 bash 中启用它,您可以通过输入文件夹名称导航到文件夹。

例如,如果您在当前目录中有一个名为 "foo" 的文件夹,并且您键入 foo,它将执行 cd foo

如果有人还在寻找这个,我已经提供了一个实现 here and on the PowerShell Gallery。它包括 bash 的其他几个优点,例如 CD_PATH、改进的目录路径制表符完成和 cd-cd+.