Shell tab completions for fish.
With Homebrew
brew install batect/batect/batect-fish-completion
With Fisher
fisher install batect/batect-fish-completion
fisher install batect/batect-fish-completion@<version>
,
eg. fisher install batect/batect-fish-completion@1.2.3
.
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.