ToolsKilo
K

Kilo

Tiny text editor in C

editorBSD-2-Clause
Install
git clone https://github.com/antirez/kilo && cd kilo && make

About

Kilo is a tiny text editor written in less than 1000 lines of C code. Great learning resource for understanding editor implementation.

text-editoreducational