Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 933 Bytes

File metadata and controls

24 lines (16 loc) · 933 Bytes

unreleased

Choices

The default priority of completers can be overridden with carapace --choice {name}[/{variant}][@{group}].

Choices are stored as simple text files in your config directory.

carapace
└── choices
    ├── sed  # sed@bsd
    └── tldr # tldr/tldr-python-client

Bridges

Bridges are a special form of choices as they can be added as additional completers otherwise unknown.

With CARAPACE_BRIDGES completers from zsh, fish, bash, and inshellisense can largely determined and act as implicit fallback. But frameworks like cobra need to be set explicitly.