Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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