Skip to content

noar-t/Kilo_Text_Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 

Repository files navigation

Kilo Text Editor

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.

Features

  1. Has support for syntax highlighting based on filetype. Only C is native, but more can be added in the provided template.
  2. Supports searching through documents.
  3. Can create documents or open existing files.
  4. Prevents users from closing document if changes are present.

Building Kilo

Kilo requires make and gcc to compile. To make use the provided make file.

make
./kilo.ex <file>

Screenshot

kiloscrnsht