Replies: 5 comments 6 replies
-
yeah, it's annoying. afaik, it works on fish, but not on zsh (with my confugration.) |
Beta Was this translation helpful? Give feedback.
-
I'll just add here what I said on Discord before realising there's an issue filed:
(I'm assuming the problem lies with |
Beta Was this translation helpful? Give feedback.
-
Is there any known workaround for this? I love |
Beta Was this translation helpful? Give feedback.
-
Same as me. |
Beta Was this translation helpful? Give feedback.
-
A note for people installing jj from Homebrew on macOS: The brew recipe for jj automatically activates dynamic completion from a completion script installed as:
If you want to use static completions to avoid the extra space bug, you'll have to first delete this The dynamic completions for Homebrewed jj were added here: Homebrew/homebrew-core@cebd354 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It appears that the experimental bash-completions, e.g. for
jj restore
, is adding a space after each tab-completion, even if the file path so far is a non-empty directory, i.e. there is potentially a more specific completion that the user wants. This is awkward, because it requires using backspace to finish typing the path, which is something I haven't seen other autocompleters do (for any tool that has file-path arguments).I have not tested this in other shells.
Beta Was this translation helpful? Give feedback.
All reactions