Generate and install gitquarry completions for Bash, Zsh, Fish, and PowerShell.
gitquarry --generate-completion <shell>
mkdir -p ~/.local/share/bash-completion/completions gitquarry --generate-completion bash > ~/.local/share/bash-completion/completions/gitquarry
mkdir -p ~/.zsh/completion gitquarry --generate-completion zsh > ~/.zsh/completion/_gitquarry
fpath
mkdir -p ~/.config/fish/completions gitquarry --generate-completion fish > ~/.config/fish/completions/gitquarry.fish
gitquarry --generate-completion powershell >> $PROFILE
gitquarry --generate-completion bash | head gitquarry --generate-completion powershell | head