Skip to content

saultyevil/Kris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A basic terminal based text editor, based on Kilo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published