Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

v1.x - (nightly)

Under development.

Aws

Created carapace-aws to provide enriched completion for aws-cli.

Spec

Added extended flag notation for less common use cases.

  • nargs amount of arguments consumed
name: command
commands:
  - name: extended
    flags:
      --nargs-two=: {description: consumes two arguments, nargs: 2}
      --nargs-any=: {description: consumes multiple arguments, nargs: -1}

Groups

Organized completers into groups.

  • android termux completers
  • bridge bridged completers
  • bsd bsd-like completers
  • common common completers
  • darwin macos completers
  • linux linux completers
  • unix unix-like completers
  • user user specs
  • system system specs
  • windows windows completers

Variants

Groups can contain multiple completers (variants) for the same command.

Choices

The default priority of completers can be overridden with choices.

This replaces bridges.yaml which now has no effect and can be removed.