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...
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 ...
docker
doctl The official command line interface for the Dig...
fd A simple, fast and user-friendly alternative to...
flux
flyctl Command line tools for fly.io services
fzf :cherry_blossom: A command-line fuzzy finder
gcloud GCloud CLI (Google Cloud SDK)
gh GitHub’s official command line tool
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
grpcurl Like cURL, but for gRPC: Command-line tool for ...
helm The Kubernetes Package Manager
hugo The world’s fastest framework for building webs...
hyperfine A command-line benchmarking tool
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
krew Find and install kubectl plugins
kubectl kubectl cli
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
mkcert A simple zero-config tool to make locally trust...
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
pipx
pnpm Fast, disk space efficient package manager
podman Podman: A tool for managing OCI containers and ...
poetry Python packaging and dependency management made...
pulumi Pulumi - Infrastructure as Code in any programm...
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...
rustup
saml2aws CLI tool which enables you to login and retriev...
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...
task A task runner / simpler Make alternative writte...
tilt Define your dev environment as code. For micros...
trivy Find vulnerabilities, misconfigurations, secret...
ty An extremely fast Python type checker and langu...
uv An extremely fast Python package installer and ...
velero Backup and migrate Kubernetes applications and ...
vercel
xh Friendly and fast tool for sending HTTP requests
zellij A terminal workspace with batteries included
zoxide A smarter cd command. Supports all major shells

Total: 77 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