This is a C based text editor. This project is following this guide. This is meant to be good practice for making C based command line applications.
- Has support for syntax highlighting based on filetype. Only C is native, but more can be added in the provided template.
- Supports searching through documents.
- Can create documents or open existing files.
- Prevents users from closing document if changes are present.
Kilo requires make and gcc to compile. To make use the provided make file.
make
./kilo.ex <file>