oh-my-zsh plugin for pretty print all docker objects.
Create a new directory in ZSH_CUSTOM/plugins called printdocker and clone this repo into that directory. Note: it must be named printdocker or oh-my-zsh won't recognize that is a valid plugin directory. The command below make this:
git clone --depth 1 https://github.com/elvitin/printdocker-zsh-plugin $ZSH_CUSTOM/plugins/printdockerAdd printdocker to the plugins=() list in your ~/.zshrc file and you're done.
plugins=(printdocker)
# Multiple plugins should be separated by space character, e.g.:
# plugins=(somePlugin printdocker)and finally, run this command in your zsh shell:
$ printdockeror
$ printdocker fullto print objects without truncate any information.
This project is licensed under MIT license. For the full text of the license, see the LICENSE file.
