Skip to content

rsteube/gh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Moved to carapace-bin

Completion moved to carapace-bin as external completer:

carapace gh [bash|elvish|fish|oil|xonsh|zsh]

GitHub CLI

gh with dynamic completion

continued work in the better-completions branch (cli#2728)

asciicast

Usage

#bash
source <(gh _carapace)

# elvish
eval (gh _carapace|slurp)

# fish
gh _carapace | source

# oil
source <(gh _carapace)

# powershell
Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete
gh _carapace | Out-String | Invoke-Expression

# xonsh
COMPLETIONS_CONFIRM=True
exec($(gh _carapace))

# zsh
source <(gh _carapace)

About

GitHub’s official command line tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published