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

Tab completion for unsupported commands should default to shell #622

Closed
neelmehta247 opened this issue Jan 19, 2022 · 1 comment
Closed

Comments

@neelmehta247
Copy link

neelmehta247 commented Jan 19, 2022

Describe the bug

For commands like kubectl that aren't natively supported by Warp, the tab completion should defer to the shell completion.

When running in a normal terminal emulator running something like kubectl <tab> will give a list of supported operations and even stuff like kubectl describe pod <tab> will show a list of pods.

With Warp this doesn't happen and instead, it just shows a list of files in the working directory. This is super annoying and makes it very hard to use. I find myself having to switch between 2 terminals because of this.

I've also noticed this happen with other commands like Skaffold. I think it would be unreasonable to expect native support for every command, but having a way to fall back to Shell completion would be nice.

To Reproduce

Steps to reproduce:

  1. Go to '...'
  2. Click on '...'
  3. Scroll down to '...'
  4. See error '...'

Expected behaviour

No response

Screenshots

No response

Operating System

MacOS

OS Version

No response

Additional context

No response

@elviskahoro
Copy link
Member

@neelmehta247
Can you move this to here:

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