Awesome
docker-compose completions for Fish
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.
Installation
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
Manually
Put completions/docker-compose.fish
your ~/.config/fish/completions
directory.
License
MIT