Skip to content
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: command autocompletion with <tab> key #73

Open
whites11 opened this issue Aug 30, 2022 · 1 comment
Open

Feature request: command autocompletion with <tab> key #73

whites11 opened this issue Aug 30, 2022 · 1 comment

Comments

@whites11
Copy link

This is really a minor thing, but one thing I think gets worse when switching from watch to viddy is that command autocompletion does not work any more. Example:

If I type

watch kubec<tab>

bash autocompletes for me and I get

watch kubectl

same applies to command arguments such as watch kubectl --con<tab> becomes watch kubectl --context.

In my machine, this does not work with viddy. Am I doing it wrong?

@Thearas
Copy link

Thearas commented Feb 21, 2023

If you are using zsh. Just:

compdef _precommand viddy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants