zsh-users / zsh-completions

Additional completion definitions for Zsh.
Other
6.97k stars 714 forks source link

Support for GitHub CLI? #1005

Closed Jarmos-san closed 1 year ago

Jarmos-san commented 1 year ago

It appears support for GitHub CLI is missing from the repository. Adding it shouldn't be a difficult task & I'm willing to share a PR to add it here.

syohex commented 1 year ago

Github CLI supports shell completions itself. So we don't support it by our policy. You can use its zsh completion by the following commands.

gh completion --shell zsh > /some_fpath_directory/_gh
ww7 commented 1 year ago

and rm -f ~/.zcompdump; compinit