Compare commits

...

2 commits

Author SHA1 Message Date
Igor Malyushkin
31e8531c73
Add Thymus (#222)
Some checks failed
Ruby / build (push) Has been cancelled
2024-07-16 10:46:36 -07:00
Jim Huang
eb37f8c53d
Add nemu (#221)
nEMU is a ncurses based user interface for QEMU.
2024-07-16 10:37:31 -07:00

View file

@ -115,6 +115,7 @@ List of projects that provide terminal user interfaces
- [micro](https://github.com/zyedidia/micro) A modern and intuitive terminal-based text editor
- [orbiton](https://github.com/xyproto/orbiton) Text editor limited by VT100, suitable for programming, writing git commit messages and editing Markdown
- [slap](https://github.com/slap-editor/slap) Sublime-like terminal-based text editor
- [thymus](https://github.com/blademd/thymus) An interactive browser & editor for network configuration files.
- [turbo](https://github.com/magiblot/turbo) An experimental text editor for the terminal, based on Scintilla and Turbo Vision
- [zee](https://github.com/zee-editor/zee) A modern text editor for the terminal written in Rust
---
@ -273,6 +274,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.