Skip to content

Asim-Tahir/container-compose.fish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

container-compose.fish

Apple Container Compose plugin for Oh My Fish and Fisher,

MIT License Fish Shell v3.6.0 Oh My Fish Framework


Install

Oh My Fish:

omf install https://github.com/Asim-Tahir/container-compose.fish

Fisher:

fisher install Asim-Tahir/container-compose.fish

Abbreviations Usage

After installing the container-compose.fish plugin, can inspect the abbreviations with the following command:

abbr --show | grep ccupdb

Core

Abbreviation Command
cco container-compose

Up

Abbreviation Command
ccup container-compose up
ccupb container-compose up --build
ccupd container-compose up -d
ccupdb container-compose up -d --build

Down

Abbreviation Command
ccdn container-compose down

Build

Abbreviation Command
ccb container-compose build

Credit

Base structure heavily inspired from jhillyerd/plugin-git. Thanks for the amazing plugin.

License

MIT © Asim Tahir