https://github.com/brgmnn/fish-docker-compose
Fish shell completions for docker-compose
https://github.com/brgmnn/fish-docker-compose
fish plugin shell subcommands
Last synced: 5 months ago
JSON representation
Fish shell completions for docker-compose
- Host: GitHub
- URL: https://github.com/brgmnn/fish-docker-compose
- Owner: brgmnn
- License: mit
- Created: 2015-11-07T23:10:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-06-02T06:42:45.000Z (about 5 years ago)
- Last Synced: 2024-04-30T04:31:52.545Z (about 2 years ago)
- Topics: fish, plugin, shell, subcommands
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 74
- Watchers: 4
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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][1]
Add
```
fundle plugin 'brgmnn/fish-docker-compose'
```
to your `config.fish`, reload your shell and run `fundle install`.
### Using [fisherman][2]
Just run:
```
fisher add brgmnn/fish-docker-compose
```
### Manually
Put `completions/docker-compose.fish` your `~/.config/fish/completions`
directory.
## License
MIT
[1]: https://github.com/tuvistavie/fundle
[2]: https://github.com/fisherman/fisherman
[3]: https://github.com/brgmnn/fish-hyper
[4]: https://hyper.sh