-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: add PowerShell tab-completion #317
Comments
This already should be working. Which version you're on and how did you install it? |
@ahmetb I am currently running 0.9.4 on Windows |
Which shell is that? |
I am running Windows Terminal with Powershell |
Do we have any other shell completion for PowerShell that makes you ask one specifically for -d? :) I don't think we support shell completion on Windows terminals yet. |
I have the shell completion for Powershell itself Since we already have the names of the cluster context in the case of kubectx and namespace names for kubens it would be great to have the tab completion support. |
Powershell itself might support completion scripts, but we don't have anything implemented for PowerShell as you can see in the README. Completions are limited to bash/fish/zsh shells at the moment. I am changing the title to reflect what you actually wanted to say. :) |
Thanks @ahmetb for accepting the feature request. 👍🙏 |
I appreciate the fuzzy search feature kubectx. Please enable the support for auto-complete or tab-completion for delete command when using kubectx -d
The text was updated successfully, but these errors were encountered: