Skip to content

elvitin/printdocker-zsh-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

printdocker-zsh-plugin

oh-my-zsh plugin for pretty print all docker objects.

Install

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/printdocker

Usage

Add 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:

$ printdocker

or

$ printdocker full

to print objects without truncate any information.

License

This project is licensed under MIT license. For the full text of the license, see the LICENSE file.

About

oh-my-zsh plugin to pretty print all docker objects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages