Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 798 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 798 Bytes

Kris Text Editor

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.

Building and Dependencies

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.

Usage

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.