-
Notifications
You must be signed in to change notification settings - Fork 431
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
[Error] Zsh completions not auto-completing container names #1475
Comments
@fredricocalamari can help here? He did the zsh stuff :) |
I'm here. I'll take a look into it. I have different dynamic completions for distrobox that I created about 8 months ago here: After experimenting with dynamic completions, I tried submitting a merge request, but I encountered some unexpected issues that I found after submitting it for review. I rewrote them with different logic, a few times, and ended up with the ones linked above. I am sure they mostly solid, although I don't have people to test them. |
Can you try these completions to see if these work better for you? Test them thoroughly and let me know if there's any problems. |
Fixed in #1603 |
Fixed thanks to @fredricocalamari |
Describe the bug
Running
distrobox-enter <TAB>
doesn't show the correct completion in zsh. It works correctly in bash. I think the zsh completions have a bug so I fixed it in my local machine and now completions work correctly. I don't know if this is a "shippable" fix but I wanted to share here.same for distrobox-rm
The same issue in distrobox-stop, upgrade, etc.
To Reproduce
distrobox-enter <TAB>
Expected behavior
Expecting a list of available containers. But it returns a list of files in the local directory.
Desktop (please complete the following information):
Are you using podman, docker or lilipod?
Podman v5.1.1
Which version of distrobox?
distrobox v1.7.2.1
Which host distribution?
NixOS
How did you install distrobox?
NixOS home-manager
The text was updated successfully, but these errors were encountered: