-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
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
Install bash completion under bash_completion.d/ #574
Comments
👍 For ZSH it's /usr/share/zsh/site-functions |
Cool, let me get started on a module specifically for linking completion files :) |
cc @tkellen would you be interested in having these features in liftoff? autocompletion seems like a standard CLI thing most would want |
I'd totally add that if they could be installed automatically via the module @jbnicolai is thinking of building. @jbnicolai will you let me know when it is ready? |
@tkellen absolutely :-) |
@tkellen Up and running, called Note that it's an early version, and I would appreciate any and all feedback! |
+1 for bash completion out of the box |
awesome :) |
👍 |
Moved to gulpjs/gulp-cli#73 - Closing. |
If possible, it would be nice if
npm install -g gulp
would symlinkcompletion/bash
to/etc/bash_completion.d/
or/usr/local/etc/bash_completion.d/
.In this case, if the user has
bash-completion
installed and either of these directories was present the completion will 'just work', rather than requiring the step outlined incompletion/README.md
.I know
homebrew
does the same, linking the completion to$(brew --prefix)/etc/bash_completion.d/
, but there might be a better cross-platform and package manager way to do this.The text was updated successfully, but these errors were encountered: