Missing completions #652
Replies: 96 comments 40 replies
-
Support Kubectl I'm relying heavily on |
Beta Was this translation helpful? Give feedback.
-
Tab completion for Azure CLI From @robinhultman via #244 Describe the solution you'd like?I would love to have tab completion for the Azure CLI Is your feature request related to a problem? Please describe.No response Additional contextNo response |
Beta Was this translation helpful? Give feedback.
-
Support MacPorts From @Gregory-Gelfond via #343 Describe the solution you'd like?Ideally we could have support for completions of `port` and `brew` provided by the [MacPorts](https://www.macports.org) and [HomeBrew](https://brew.sh) package management projects respectively. Is your feature request related to a problem? Please describe.No response Additional contextNo response |
Beta Was this translation helpful? Give feedback.
-
Support for kubectx: |
Beta Was this translation helpful? Give feedback.
-
Figure 1 shows a screenshot in Kitty where I was able to list all the k8s CRDs starting with "po" using the "Tab" key. As shown in Figure 2, I can't do that in Warp, only “Postman” is listed (a folder in the current directory). I wonder if I got something wrong that caused such a difference and imperfection |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Vim / Neovim > cat /opt/homebrew/share/fish/completions/nvim.fish
complete -c nvim -w vim
# -> mostly the same 🤷🏼♂️ |
Beta Was this translation helpful? Give feedback.
-
Some of my completions are only working after I run For example, knative cli and azure cli each have this issue. Relevant .zshrc config for knative cli # Add zsh completions for `kn` (knati`ve` cli)
source <(kn completion zsh)
compdef _kn kn
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Should add support for these: |
Beta Was this translation helpful? Give feedback.
-
Hi, I would love to see 1Password CLI 2 tab completion. I use |
Beta Was this translation helpful? Give feedback.
-
I would love to see fuzzy auto-complete supported as it is a feature I use extensively in my shell and is my current dealbreaker for using Warp.dev. For example let's say there's a directory called "github.com" the command |
Beta Was this translation helpful? Give feedback.
-
With the default font (Hack), the history is displayed with the ↑ command, but with other fonts, the history display is blank. |
Beta Was this translation helpful? Give feedback.
-
The AI command search is fantastic, but I have a suggestion to possibly improve it. If I type "compile this project" in a Rust project folder (cargo), it tries to build a java program. If I type "compile this rust project" then it works. The AI could detect the existence of common project definition files (cargo, cmake, gradle, npm, yarn, maven, etc) and use it as a hint. |
Beta Was this translation helpful? Give feedback.
-
can choose a font but can not chose a regular one or a bond one , some font's bond is a disaster |
Beta Was this translation helpful? Give feedback.
-
here side by side WARP vs terminal and the completion It may use search
|
Beta Was this translation helpful? Give feedback.
-
Any plans to fix this? Supporting completions for 1-off tools isn't the move- if a CLI has this available, it should just work in Warp |
Beta Was this translation helpful? Give feedback.
-
It's very inconvenient when you type: apt install ng [TAB] , and "nginx" not showing up. |
Beta Was this translation helpful? Give feedback.
-
Not supporting custom completion scripts is annoying. I already have some custom tooling that uses |
Beta Was this translation helpful? Give feedback.
-
Coming in with wanting the autocompletions from the shell to work correctly. But I rather ask what needs to be done for this to work, or a direction to look in? I mean, why just complain if you could possibly change it yourself. That's what OSS is for, right? |
Beta Was this translation helpful? Give feedback.
-
Please add support for |
Beta Was this translation helpful? Give feedback.
-
Great work in releasing the Linux version today. It seems I can't cd into a folder that is a symlink. This is very unintuitive. Is this something that was done on purpose? an oversight, or something that has not been implemented yet? |
Beta Was this translation helpful? Give feedback.
-
Please add |
Beta Was this translation helpful? Give feedback.
-
If possible, add |
Beta Was this translation helpful? Give feedback.
-
It supports completions out of the box (of the commands you have defined in an individual directory) which they outline in their documentation - https://just.systems/man/en/shell-completion-scripts.html It works fine in zsh and iTerm2, I just can't get it to work with Warp since it seems like Warp doesn't support ZSH completions. |
Beta Was this translation helpful? Give feedback.
-
I wanted to mention that for example Tool: https://kubecm.cloud Works in iTerm2 like a charm |
Beta Was this translation helpful? Give feedback.
-
Not sure if this is the proper place...but a suggestion/request for If I type |
Beta Was this translation helpful? Give feedback.
-
I have this config. Maybe it can help u |
Beta Was this translation helpful? Give feedback.
-
See #654
Beta Was this translation helpful? Give feedback.
All reactions