Skip to main content

Shell Completion

Gitquarry can generate completion scripts for:
  • Bash
  • Zsh
  • Fish
  • PowerShell
The command shape is:

Bash

Reload your shell or source the file.

Zsh

Make sure that directory is in fpath, then restart your shell.

Fish

Fish loads it automatically on the next shell start.

PowerShell

Open a new shell session after updating the profile.

Regenerating After Upgrades

Completion scripts are generated from the CLI’s current command surface. If you upgrade gitquarry and add new commands or flags, regenerate the script for your shell.

Quick Check

If generation fails, that is a CLI-level issue rather than a shell-specific problem.