A simple text editor based on the Kilo text editor. Created by following a tutorial found here, thanks! The original source of Kilo can be found here.
Currently, the editor can be built using CMake. The simplest way to build would be to build in the directory,
$ cmake .
$ make
This will create the executable kris
. You will need a C compiler with support
for the C11 standard. An up-to-date version of gcc
will be fine.
Kris can be invoked with or without an argument. If an argument is provided, Kris will attempt to open that file and display it to screen. If no argument is provided, then an empty buffer will be loaded.