We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A few plugins that adds completions to a shell have an "install" process.
Example: https://github.com/g-plane/pnpm-shell-completion install.zsh generates a completion bin file that will later be used by the pnpm-shell-completion.plugin.zsh plugin file (that can be loaded by Sheldon).
Unless I am missing something, currently there is no way to execute that install.zsh file after cloning the repo.
install.zsh
My request here would be having some sort of hook to be called for build purposes. Something like that:
build
[plugins.pnpm-completion] github = "g-plane/pnpm-shell-completion" [plugins.pnpm-completion.hooks] build = "install.sh"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A few plugins that adds completions to a shell have an "install" process.
Example:
https://github.com/g-plane/pnpm-shell-completion
install.zsh generates a completion bin file that will later be used by the pnpm-shell-completion.plugin.zsh plugin file (that can be loaded by Sheldon).
Unless I am missing something, currently there is no way to execute that
install.zsh
file after cloning the repo.My request here would be having some sort of hook to be called for
build
purposes. Something like that:The text was updated successfully, but these errors were encountered: