Compare commits

...

2 commits

Author SHA1 Message Date
bscit
a094ef9eb6
Add maki () 2025-04-07 16:38:29 -07:00
Jim Huang
4e86be539d
Add AnbUI ()
AnbUI is a minimal text UI library in C.
2025-04-07 16:26:31 -07:00

View file

@ -151,6 +151,7 @@ List of projects that provide terminal user interfaces
- [helix](https://helix-editor.com/) A post-modern text editor.
- [frogmouth](https://github.com/Textualize/frogmouth) A Markdown browser for your terminal
- [kakoune](http://kakoune.org/) A modern, modal text editor with focus on interactivity and efficiency
- [maki](https://sr.ht/~bscit/maki/) A simple tabbed text editor with file navigation and an emphasis on preserving battery life
- [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
@ -232,6 +233,7 @@ List of projects that provide terminal user interfaces
<details open><summary><h2>Libraries</h2></summary>
- [AnbUI](https://github.com/oerg866/anbui) A minimal Text UI Library in **C**
- [Ashen](https://github.com/colinta/Ashen) An Elm inspired framework written in **Swift**
- [blessed](https://github.com/chjj/blessed) A high-level terminal interface library for **Node.js**
- [blessed](https://github.com/jquast/blessed) Blessed is an easy, practical library for making **Python** terminal apps