https://github.com/z-shell/zsh-fancy-completions
⚙️ The plugin configures and delivers completions
https://github.com/z-shell/zsh-fancy-completions
zsh-completions
Last synced: 5 months ago
JSON representation
⚙️ The plugin configures and delivers completions
- Host: GitHub
- URL: https://github.com/z-shell/zsh-fancy-completions
- Owner: z-shell
- License: gpl-3.0
- Created: 2022-10-28T04:18:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-22T07:05:00.000Z (12 months ago)
- Last Synced: 2025-08-22T08:47:20.661Z (12 months ago)
- Topics: zsh-completions
- Language: Shell
- Homepage:
- Size: 147 KB
- Stars: 16
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: docs/README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-zsh-plugins - fancy-completions - Provides various completions tools, libraries and integrations. (Completions / ZSH on Windows)
- fucking-awesome-zsh-plugins - fancy-completions - Provides various completions tools, libraries and integrations. (Completions / ZSH on Windows)
README
The plugin provides various completions tools, libraries, and integrations.
## 💡 [**Zi**](https://github.com/z-shell/zi) Wiki: [completion management](https://wiki.zshell.dev/docs/getting_started/overview#the-completion-management)
### Completion settings
| Variable | Description | Default |
| ---------------------------------- | ------------------------------------ | ------------ |
| COMPLETION_WAITING_DOTS | Show `…` while waiting completion | 0 |
| MANPAGE_COMPLETION | Check and complete available manpage | 0 |
### Install `zsh-fancy-completions`
#### [Standard syntax](https://wiki.zshell.dev/docs/guides/syntax/common#standard-syntax)
```zsh
zi light zsh-fancy-completions
```
#### [Turbo mode](https://wiki.zshell.dev/docs/getting_started/overview#turbo-mode-zsh--53) + "For" syntax
```zsh
zi wait lucid for \
z-shell/zsh-fancy-completions
```
#### [Meta-plugins](https://wiki.zshell.dev/ecosystem/annexes/meta-plugins) + "For" syntax
Install annexes that provide additional capabilities and the curated, optimal [ice-modifiers](https://wiki.zshell.dev/docs/guides/syntax/ice-modifiers) automatically applied via a single, friendly label.
```zsh
zi light-mode for \
z-shell/z-a-meta-plugins @annexes @zsh-users+fast
```
The [@zsh-users+fast](https://wiki.zshell.dev/ecosystem/annexes/meta-plugins#@zsh-users+fast) meta-plugin contains the following:
- [z-shell/F-Sy-H](https://github.com/z-shell/F-Sy-H),
- [zsh-autosuggestions](https://github.com/z-shell/zsh-autosuggestions),
- [zsh-completions](https://github.com/z-shell/zsh-completions),
- [z-shell/zsh-fancy-completions](https://github.com/z-shell/zsh-fancy-completions).
Additional examples of how to install [many plugins](https://wiki.zshell.dev/ecosystem/annexes/meta-plugins#available-meta-plugins).