kilo is a simple command line text editor written in C
-
make (Check with
make -v
) -
C compiler (Check with
cc --version
)
-
Compile with a simple
make
in the project's root directory -
Run
./kilo
to enter the text editor
This app is inspired by Snaptokens tutorial "Build Your Own Text Editor"