From eb37f8c53d0dd0cbeb7b4b679292f62fc71c1ca0 Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Wed, 17 Jul 2024 01:37:31 +0800 Subject: [PATCH] Add nemu (#221) nEMU is a ncurses based user interface for QEMU. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4cc8d95..516c595 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,7 @@ List of projects that provide terminal user interfaces - [packemon](https://github.com/ddddddO/packemon) Packet generator and monitor. - [profanity](https://github.com/profanity-im/profanity) A cross-platfrom XMPP client. - [ncdu](https://dev.yorhel.nl/ncdu) disk usage analyzer with an ncurses interface +- [nemu](https://github.com/nemuTUI/nemu) A TUI for QEMU - [recoverpy](https://github.com/PabloLec/recoverpy) A TUI to recover overwritten or deleted data. - [rocket.term](https://github.com/gerstner-hub/rocket.term) Text based chat client for the Rocket.chat messaging solution. - [tcpterm](https://github.com/sachaos/tcpterm) tcpterm is a packet visualizer in TUI.