xnyuq / kilo

Your own text editor written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C 99.7%Language:Makefile 0.3%