Additional completion definitions for Zsh.
Go to file
2400030206 bd404c0181 Add <short-description> to zsh-completions 2025-11-25 22:42:19 +05:30
.github Remove empty issue template 2025-03-12 19:39:41 +09:00
src Add sslscan completion 2025-11-24 23:15:25 +09:00
.editorconfig Update links 2022-11-23 13:31:48 +09:00
.gitignore git ignore some IDE files 2018-11-04 14:27:35 +01:00
CONTRIBUTING.md Fix typos 2020-04-09 11:51:09 +03:00
LICENSE Change default license to the Zsh license (as discussed on zsh-workers mailing-list) 2017-10-19 19:54:32 +02:00
README.md Add <short-description> to zsh-completions 2025-11-25 22:42:19 +05:30
zsh-completions-howto.org Update links 2022-11-23 13:31:48 +09:00
zsh-completions.plugin.zsh fix: entrypoint fpath expansion 2021-12-01 12:08:52 +06:00

README.md

zsh-completions

GitHub release Contributors IRC Gitter

Additional completion definitions for Zsh.

This project provides new, extended, or missing completion scripts that are not yet available in Zsh.
Once stable, these completions may be contributed to the official Zsh project.


📦 Installation

Using distribution packages

OS / Distribution Package Link
Debian / Ubuntu OBS Repository
Fedora / CentOS / RHEL OBS Repository
openSUSE / SLE OBS Repository
Arch / Manjaro zsh-completions / zsh-completions-git
Gentoo / Funtoo app-shells/zsh-completions
NixOS Package
Void Linux Template
Slackware SlackBuilds
macOS Homebrew, MacPorts
NetBSD pkgsrc
FreeBSD shells/zsh-completions

🧩 Using Zsh Frameworks

Antigen

antigen bundle zsh-users/zsh-completions
Improve README formatting, installation instructions, and structure