GNU/Linux
•
xterm-ghostty
•
bash
109 views
1 A brief demonstration of thawecode, a lightweight, multi-buffer text editor written in C with the ncurses
library.
2
3 This recording showcases:
4 * Compiling the project with `make`.
5 * Opening a file (`README.md`).
6 * Basic cursor navigation.
7 * Displaying the new interactive help screen (`Ctrl-G`).
8 * Saving the file (`Ctrl-S`).
9 * Quitting the editor (`Ctrl-Q`).
10 11 The project is built from scratch and inspired by the Kilo editor tutorial. 12 13 GitHub Repository: https://github.com/seanthw/thawecode