zsh-users / zsh-completions

Additional completion definitions for Zsh.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for GitHub CLI?

Jarmos-san opened this issue · comments

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.

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

and rm -f ~/.zcompdump; compinit