-
Notifications
You must be signed in to change notification settings - Fork 213
Install shell completion from khal #1034
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
Labels
Comments
BioBox
pushed a commit
to BioBox/khal
that referenced
this issue
Sep 29, 2022
This isn't perfect as the click generated completion files cannot complete subcommands and options at the same time and also not parameters for subcommands, but it's still better that what we have now. fixes pimutils#1034 pimutils#1062 pimutils#937
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Shell completion files for khal are not shipped by default with any shell (as far as I know). We could bring those files and install from within khal.
For ideas on how to do it, see typer's implementation (license is the same, so even code could be copied).
The text was updated successfully, but these errors were encountered: