Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elvitin/printdocker-zsh-plugin
oh-my-zsh plugin to pretty print all docker objects
https://github.com/elvitin/printdocker-zsh-plugin
Last synced: 10 days ago
JSON representation
oh-my-zsh plugin to pretty print all docker objects
- Host: GitHub
- URL: https://github.com/elvitin/printdocker-zsh-plugin
- Owner: elvitin
- License: mit
- Created: 2024-06-23T14:38:41.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T15:57:20.000Z (5 months ago)
- Last Synced: 2024-08-02T07:10:34.230Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 7.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- trackawesomelist - printdocker (⭐0) - Pretty print [docker](https://docker.com) objects. (Recently Updated / [Jul 15, 2024](/content/2024/07/15/README.md))
README
# printdocker-zsh-plugin
[oh-my-zsh plugin](https://github.com/ohmyzsh/ohmyzsh) for pretty print all docker objects.
![](./sample.gif)
## 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:
```shell
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.
```shell
plugins=(printdocker)# Multiple plugins should be separated by space character, e.g.:
# plugins=(somePlugin printdocker)
```and finally, run this command in your zsh shell:
```shell
$ printdocker
```or
```shell
$ printdocker full
```to print objects without truncate any information.
## License
This project is licensed under [MIT license](http://opensource.org/licenses/MIT).
For the full text of the license, see the [LICENSE](LICENSE) file.