Skip to content

Supported Tools

The following tools have shell completion support in mise-completions-sync.

Tool Description ZSH Bash Fish
argocd Declarative continuous deployment for Kubernetes
atuin ✨ Magical shell history
bat A cat(1) clone with wings
bun Bun is a fast JavaScript all-in-one toolkit
cargo
chezmoi Manage your dotfiles across multiple diverse ma...
cosign Code signing and transparency for containers an...
crush The glamourous AI coding agent for your favouri...
cue The home of the CUE language! Validate and defi...
dagger A portable devkit for CI/CD pipelines
delta A syntax-highlighting pager for git, diff, and ...
deno A modern runtime for JavaScript and TypeScript ...
dive A tool for exploring each layer in a docker image
docker
dockerfmt
doctl The official command line interface for the Dig...
doggo :dog: Command-line DNS Client for Humans. Writt...
dyff A diff tool for YAML files, and sometimes JSON
fd A simple, fast and user-friendly alternative to...
flux
flyctl Command line tools for fly.io services
fnox Fort Knox for your secrets
gh GitHub’s official command line tool
gitleaks Find secrets with Gitleaks
gitu A TUI Git client inspired by Magit
gitui Blazing 💥 fast terminal-ui for git written in rust
glab gitlab cli
golangci-lint Fast linters Runner for Go
goreleaser Deliver Go binaries as fast and easily as possible
grype A vulnerability scanner for container images an...
helm The Kubernetes Package Manager
hugo The world’s fastest framework for building webs...
istioctl Istio configuration command line utility for se...
just Just a command runner
k3d Little helper to run CNCF's k3s in Docker
k9s Kubernetes CLI To Manage Your Clusters In Style
kind Kubernetes IN Docker - local clusters for testi...
ko Build and deploy Go applications on Kubernetes
kubectl kubectl cli
kubectl-ai
kubectx Faster way to switch between clusters and names...
kubeseal A Kubernetes controller and tool for one-way en...
kustomize Customization of kubernetes YAML configurations
lazygit simple terminal UI for git commands
lefthook Fast and powerful Git hooks manager for any typ...
linkerd Ultralight, security-first service mesh for Kub...
mdbook Create book from markdown files. Like Gitbook b...
minikube Run Kubernetes locally
mise
mise-completions-sync
nerdctl contaiNERD CTL - Docker-compatible CLI for cont...
nix
npm the package manager for JavaScript
oc OpenShift Client CLI (oc)
oci Oracle Cloud Infrastructure CLI
oras ORAS CLI
pipx
pitchfork Daemons with DX
pluto A cli tool to help discover deprecated apiVersi...
pnpm Fast, disk space efficient package manager
podman Podman: A tool for managing OCI containers and ...
poetry Python packaging and dependency management made...
prek
pulumi Pulumi - Infrastructure as Code in any programm...
regctl Docker and OCI Registry Client in Go and toolin...
restic Fast, secure, efficient backup program
rg ripgrep recursively searches directories for a ...
ripgrep ripgrep recursively searches directories for a ...
ruff An extremely fast Python linter and code format...
rumdl Markdown Linter and Formatter written in Rust
rustup
saml2aws CLI tool which enables you to login and retriev...
scaleway-cli Command Line Interface for Scaleway
skaffold Easy and Repeatable Kubernetes Development
sops Simple and flexible tool for managing secrets
starship The minimal, blazing-fast, and infinitely custo...
step A zero trust swiss army knife for working with ...
stern ⎈ Multi pod and container log tailing for Kuber...
syft CLI tool and library for generating a Software ...
talosctl Talos is a modern OS for Kubernetes. talosctl i...
task A task runner / simpler Make alternative writte...
tilt Define your dev environment as code. For micros...
tree-sitter An incremental parsing system for programming t...
trivy Find vulnerabilities, misconfigurations, secret...
ty An extremely fast Python type checker and langu...
usage A specification for CLIs
uv An extremely fast Python package installer and ...
velero Backup and migrate Kubernetes applications and ...
vercel Build and deploy on the Vercel cloud
watchexec Executes commands in response to file modificat...
xh Friendly and fast tool for sending HTTP requests
yq yq is a portable command-line YAML processor
zellij A terminal workspace with batteries included

Total: 93 tools

Shell Support Legend

  • = Full completion support
  • Empty = Not supported by the tool for this shell

Adding New Tools

If a tool you use isn't listed:

  1. Check if the tool supports shell completions (tool completion --help)
  2. Add an entry to registry.toml using an existing pattern or explicit commands
  3. Test with uv run scripts/validate-registry.py --installed-only
  4. Submit a PR