An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          




Logo

❮ Zsh fancy completions ❯


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).