-
Notifications
You must be signed in to change notification settings - Fork 21
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
Support shell completions for ZSH (and/or different shells) #129
Comments
@nachtjasmin Hi, could you elaborate on your request, I'm not exactly sure what this feature would look like? |
When I press , the shell could automatically suggest certain actions and provide an explanation. Example:
and
are outputs that would be created. chezmoi, for example, a project written in Go, autogenerates these, I don't know if this is possible with your Rust implementation. It would make the execution of certain commands faster to type as I could use the autosuggestions by the shell without invoking |
Ohhh, I thought you were talking about sheldon managing completions. Yes this makes sense as a feature 😄. Looks like we should be able to use clap_complete for this. |
Implemented in 08002dc. The completions will be bundled in future release archives. They will also be generatable using |
Hi there,
first of all thanks for this nice project. In comparison to the other ZSH managers out there, I found it very pleasing to work with sheldon. 😊
It would be a nice to have shell completions for the different shells, at least for ZSH. :)
The text was updated successfully, but these errors were encountered: