Skip to content

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

Closed
geier opened this issue May 4, 2021 · 0 comments · Fixed by #1141
Closed

Install shell completion from khal #1034

geier opened this issue May 4, 2021 · 0 comments · Fixed by #1141

Comments

@geier
Copy link
Member

geier commented May 4, 2021

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).

geier added a commit that referenced this issue Jun 24, 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 #1034 #1062 #937
geier added a commit that referenced this issue Jun 24, 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 #1034 #1062 #937
geier added a commit that referenced this issue Jun 24, 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 #1034 #1062 #937
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant