From c1e7ff8db26297dcb798848b00bfc2d4098d228d Mon Sep 17 00:00:00 2001 From: Bradley Zylstra Date: Sun, 31 Aug 2025 00:47:53 -0400 Subject: [PATCH 1/3] Update README.md (#362) Added gonzo to TUI dashboards --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a46dfcb2..c5e57097 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ - [Glances](https://github.com/nicolargo/glances) Glances an Eye on your system. A top/htop alternative. - [Goaccess](https://github.com/allinurl/goaccess) GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in nix systems or through your browser. - [gobang](https://github.com/TaKO8Ki/gobang) A cross-platform TUI database management tool written in Rust +- [gonzo](https://github.com/control-theory/gonzo) A powerful, real-time log analysis terminal UI inspired by k9s. - [gotop](https://github.com/xxxserxxx/gotop) A terminal based graphical activity monitor inspired by gtop and vtop - [gping](https://github.com/orf/gping) Ping, but with a graph - [Grafterm](https://github.com/slok/grafterm) Metrics dashboards on terminal, a Grafana inspired terminal version From b449b5a8ee24cfa301a1d8faa10c3945a70d91d2 Mon Sep 17 00:00:00 2001 From: ural89 Date: Sun, 31 Aug 2025 08:04:22 +0300 Subject: [PATCH 2/3] add console craft engine (#364) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c5e57097..2a1c5e5f 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,7 @@ - [blessings](https://github.com/erikrose/blessings) A **Python** wrapper lib for ncurses that makes your code pretty to look at - [bubbletea](https://github.com/charmbracelet/bubbletea) A **Go** framework based on Elm to build functional and stateful TUI apps, complete with extensions known as [bubbles](https://github.com/charmbracelet/bubbles) - [CursedGL](https://github.com/saccharineboi/CursedGL) A **C** notcurses-based software rasterizer inspired by OpenGL 1.X that renders directly to the terminal. +- [ConsoleCraftEngine](https://github.com/ural89/ConsoleCraftEngine) A terminal-based 2D game engine written in **C++**. - [Consolonia](https://github.com/jinek/Consolonia) Dotnet core terminal-based GUI framework with support of XAML - [FINAL CUT](https://github.com/gansm/finalcut) **C++** library for creating terminal applications with text-based widgets - [FTXUI](https://github.com/ArthurSonzogni/FTXUI) 💻 **C++** Functional Terminal User Interface. ❤️ From 2bee7e01773d5a8a562c6f8268ceed14b713f6f0 Mon Sep 17 00:00:00 2001 From: Justin Garrison Date: Sat, 30 Aug 2025 22:06:15 -0700 Subject: [PATCH 3/3] add nethogs fixes #363 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a1c5e5f..e4aacf14 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ - [Kyanos](https://github.com/hengyoush/kyanos) Linux network analysis tool based on eBPF - [macmon](https://github.com/vladkens/macmon) Sudoless performance monitoring for Apple Silicon processors written in Rust - [nerdlog](https://github.com/dimonomid/nerdlog) fast, remote-first, multi-host TUI log viewer +- [nethogs](https://github.com/raboof/nethogs) 'net top' tool - [netscanner](https://github.com/Chleba/netscanner) Network scanner - [nvtop](https://github.com/Syllo/nvtop) GPUs process monitoring for AMD, Intel and NVIDIA - [oryx](https://github.com/pythops/oryx) A TUI for sniffing network traffic using eBPF