Fish shell completions for docker-compose, completing both subcommands for
docker-compose as well as services for those subcommands.
These completions are compatible with docker-compose 1.6, including both new
and old versions of the docker-compose.yml file.
There are several ways you can install these shell completions.
Using fundle
Add
fundle plugin 'brgmnn/fish-docker-compose'
to your config.fish, reload your shell and run fundle install.
Using fisherman
Just run:
fisher add brgmnn/fish-docker-compose
Put completions/docker-compose.fish your ~/.config/fish/completions
directory.
MIT