Replies: 1 comment
-
|
Just updated our modules page. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed this has been mentioned in a few issues.
The completions provided by
brewor thecurlinstaller are not real zsh completions. They hand off to Python functions that return suggestions dynamically, which makes them feel slow. They also callcompinitinternally, which leads to eventual double initialization warnings withzimfwno matter where they are sourced.To solve this, I wrote a script that crawls the gcloud CLI, extracts all commands, and generates a proper zsh completion script.
The repository updates weekly to stay current with new gcloud CLI versions. A
zim-gcloudmodule repository also updates weekly and fetches the latest_gcloudcompletions if there are changes.Sharing here in case others want to use it, or if Eric would like to add it to the modules page.
Cheers
Beta Was this translation helpful? Give feedback.
All reactions