Questions tagged «tab-completion»

7
如何使PowerShell选项卡完成像Bash一样工作
假设我当前目录中有以下文件: buildBar.bat buildFoo.bat buildHouse.bat 然后在命令提示符下键入以下内容,./bu然后单击确定TAB。 在Bash中,它扩展为 ./build 在PowerShell中,它扩展为./buildBar.bat-列表中的第一项。 在Cmd中,行为与PowerShell相同。 我更喜欢Bash行为-有没有办法使PowerShell像Bash一样运行?

6
可以在zsh中使用Bash制表符完成脚本吗?
我有一个用于Apache Hadoop的Bash制表符补全脚本。通常,我将zsh用作日常外壳。当我需要它时,它往往看上去很像bash,但是看起来它们之间的制表符完成系统根本不同。有没有一种简单的方法可以“转换”现有的bash-tab-completion定义以使其在zsh中工作?我不想为此花很多时间,但是如果简单的话,我会省些力气。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.