Add wharf to Terminal section (#1397)
Some checks failed
Deploy to GitHub Pages / build (push) Failing after 3s
Deploy to GitHub Pages / deploy (push) Has been skipped
Pull Requests / Weekly QA / test (push) Failing after 3s
Broken Links Report / check-links (push) Failing after 5s
Weekly Health Report / health-check (push) Failing after 24s

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
This commit is contained in:
idesyatov
2026-04-28 23:42:31 +03:00
committed by GitHub
parent 06944f13ac
commit 11f5645edf

View File

@@ -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