-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Feature Request] Completion #5
Comments
I like the idea. I'll have a look around myself, but do you know of any examples of installers that automatically modify shell startup scripts? I want to do it safely, though I know some refuse to do it at all (pyenv-installer will only print what you need to add, for example). |
Instead of editing I believe for bash, the completions should be placed here, as that's where docker put theirs.
This will list all the images (no auto complete with this implementation)
For zsh, placing this completion file and having oh-my-zsh seems to replicate the behavior. However, their
Placed in /usr/share/zsh/vendor-completions/_dockit
Sites for reference |
It'd be nice to have completion of available images for dockit when installed, if the environment allows for it.
For example, with
zsh
andoh-my-zsh
installed on ubuntu, placing this in~/.zshrc
makes completion work nicely.The text was updated successfully, but these errors were encountered: