
![]()
Apple Container Compose plugin for Oh My Fish and Fisher,

Oh My Fish:
omf install https://github.com/Asim-Tahir/container-compose.fish
Fisher:
fisher install Asim-Tahir/container-compose.fish
After installing the container-compose.fish plugin, can inspect the abbreviations with the following command:
abbr --show | grep ccupdb
| Abbreviation |
Command |
cco |
container-compose |
| Abbreviation |
Command |
ccup |
container-compose up |
ccupb |
container-compose up --build |
ccupd |
container-compose up -d |
ccupdb |
container-compose up -d --build |
| Abbreviation |
Command |
ccdn |
container-compose down |
| Abbreviation |
Command |
ccb |
container-compose build |
Base structure heavily inspired from jhillyerd/plugin-git. Thanks for the amazing plugin.
MIT © Asim Tahir