From be4aa146077115d652db12b13c091a9ddd9130c2 Mon Sep 17 00:00:00 2001 From: A2N Date: Fri, 8 Aug 2025 11:32:05 +0200 Subject: [PATCH] feat(External-Plugins): add `dockolor` (#77) --- External-plugins.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/External-plugins.md b/External-plugins.md index cf5e5c5..894aaa4 100644 --- a/External-plugins.md +++ b/External-plugins.md @@ -27,6 +27,10 @@ Unlike [themes](https://github.com/ohmyzsh/ohmyzsh/wiki/External-themes), there Integrate ChatGPT to your terminal so that you can predict your next command based on command history. Ask to generate complexe commands. Or Fix a previous failed command. +- [Docker ps output colorized](https://github.com/bouteillerAlan/dockolor) + + `dockolor` is a lightweight plugin that enhances your docker ps experience with color-coded output based on container status. It also replaces common aliases like dps and dpsa if defined. + ### FUN - [Doge Say](https://github.com/txstc55/dogesay/blob/master/dogesay.plugin.zsh)