Skip to content

xnyuq/kilo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kilo

Your own text editor

Kilo is a minimal text editor for linux written in C with no dependencies or external libraries.
Based on the original kilo and the tutorial Build Your Own Text Editor.

Screenshot

Screenshot

Features

  • Text editing
  • Find

Usage

# for editing an existed file
./kilo <filename>
# or with no argument to start editing a new file
./kilo

Keys

CTRL-S: Save
CTRL-Q: Quit
CTRL-F: Find string in file (ESC to exit search, arrows to navigate)

Build

Kilo requires gcc to build.

make

License

MIT License

About

Your own text editor written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published