命令行 tab 自动补全
Unlike other popular package managers, which usually require plugins, pnpm supports command line tab-completion for Bash, Zsh, Fish, and similar shells.
要设置自动补全,请运行:
pnpm install-completion
CLI 将询问使用哪个 shell 生成自动完成脚本。 或者,可以在命令行中指定目标 shell:
pnpm install-completion zsh
要查看补全示例,请阅读 这篇文章。
Fig(仅限macOS)
您可以使用 Fig 获得一个 IDE 风格的自动补全。 它适用于 Bash、Zsh 和 Fish。
要安装,请运行:
brew install fig
g-plane/pnpm-shell-completion
pnpm-shell-completion 是 Pig Fang 在 Github 上维护的 shell 插件。
Features:
- 为
pnpm --filter <package>
提供补全。 - 为
pnpm remove
提供补全,即使在工作区的包中(通过指定--filter
选项)。 - 为
package.json
中的脚本提供补全。