Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

batect/batect-fish-completion

batect-fish-completion

Pipeline

Shell tab completions for fish.

Requirements

  • Batect v0.62 or later in your project
  • fish v3.2 or later

Installing

brew install batect/batect/batect-fish-completion

With Fisher

fisher install batect/batect-fish-completion

⚠️ This installs the most recent commit, which may be unstable. To install a particular version, use fisher install batect/batect-fish-completion@<version>, eg. fisher install batect/batect-fish-completion@1.2.3.

How this works

In order to enable multiple projects to co-exist with different versions of Batect (and corresponding different available options), the completion script in this repository acts as a proxy to the completion script generated by the appropriate version of Batect.

The original RFC for shell tab completion has further explanation.