-
Notifications
You must be signed in to change notification settings - Fork 25
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
Zsh support? #35
Comments
For anyone interested, I managed to make it work this way:
|
@dsifford if you don't mind I'll use this issue to gather pieces of information about the possible Zsh support. (Disclaimer: I know very little about how the completions work internally in either Bash or Zsh so won't probably be able to help myself.) Current situation:
What I found in Zsh docs is simply this:
I also have I also don't know how to troubleshoot issues with autocompletion – the suggestions are simply weird but there are no error messages anywhere. |
@borekb Open up a new issue so others can find it easier. That way we might get lucky and have someone stumble upon it and help. Re: your disclaimer -- I had no idea how bash completions worked and have never wrote a bash completion script in my life prior to making this one. It's tricky at first to understand, but I'm proof that it's possible. Don't sell yourself short. |
If it was writing completions for a single known environment, maybe I could try to do that but this sounds like troubleshooting of some (delicate?) interactions / integrations between Zsh and Bash which I really don't think I'd be capable of 😄. How about re-opening this issue? "Zsh support" as a title sounds pretty good to me. |
Whoops, sorry... Thought this was the PR I commented on. Yep, we can reopen this one. 👍 |
Hi, I don't know how completions work internally and whether completions for Zsh are something completely different than completions for Bash but it would be awesome if this package worked in both shells. Is that technically possible?
BTW, these Yarn completions are way more advanced than anything else I have seen (for zsh at least), for example, parsing workspaces from
package.json
as per #29 is the right thing to do while most other completions don't support Yarn workspaces at all.The text was updated successfully, but these errors were encountered: