From 11f5645edf75e6703eb819e3200feaf1a2a7edf1 Mon Sep 17 00:00:00 2001 From: idesyatov <19306589+idesyatov@users.noreply.github.com> Date: Tue, 28 Apr 2026 23:42:31 +0300 Subject: [PATCH] Add wharf to Terminal section (#1397) Wharf is a terminal UI for managing Docker Compose stacks, inspired by k9s. - Written in Go with Bubbletea/Lipgloss - Vim-style navigation (hjkl, gg/G, /, :command) - Real-time CPU/MEM/Network monitoring with braille charts - Container file browser, exec with shell detection - SSH remote Docker host support - Command mode with Tab-autocomplete - Health checks, bulk operations, custom commands - Themes (dark/light/custom), mouse support - Single binary, zero dependencies - Available via Homebrew and GitHub Releases (5 platforms) https://github.com/idesyatov/wharf --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99c7f65..1ca22ef 100644 --- a/README.md +++ b/README.md @@ -361,6 +361,7 @@ Native desktop applications for managing and monitoring docker hosts and cluster - [oxker](https://github.com/mrjackwills/oxker) - A simple tui to view & control docker containers. Written in [Rust](https://rust-lang.org/), making heavy use of [ratatui](https://github.com/tui-rs-revival/ratatui) & [Bollard](https://github.com/fussybeaver/bollard),. - [swarmcli](https://github.com/Eldara-Tech/swarmcli) - Swarm Management at the speed of thought — with real-time log streaming, instant shell access to containers, seamless port forwarding, and on-demand secret reveal capabilities, giving you full control over your Docker Swarm without breaking your flow. - [tdocker](https://github.com/pivovarit/tdocker) - A `docker ps` replacement for everyday container operations by [@pivovarit](https://github.com/pivovarit). +- [wharf](https://github.com/idesyatov/wharf) - A k9s-inspired TUI for Docker Compose with vim-style navigation, real-time CPU/MEM monitoring with braille charts, container file browser, SSH remote host support, and command mode. By [@idesyatov](https://github.com/idesyatov) ##### CLI tools