brgmnn / fish-docker-compose

Fish shell completions for docker-compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Fish shell completions for docker-compose

License:MIT License


Languages

Language:Shell 100.0%