Kilo

HomePage | RecentChanges | EditorIndex | TextEditorFamilies | Preferences

Difference (from prior major revision) (no other diffs)

Added: 15a16,17
A windows version is here: https://github.com/JaDogg/WKilo


 Kilo is a small text editor in less than 1K lines of code

 Author:    Salvatore Sanfilippo
 Homepage:  https://github.com/antirez/kilo
 Download:  https://github.com/antirez/kilo
 Family:    TinyEditors
 Platform:  Linux, Windows
 License:   open source

Kilo is a small text editor in less than 1K lines of code (counted with cloc).

A screencast is available here: https://asciinema.org/a/90r2i9bq8po03nazhqtsifksb

Detailed tutorial on building a text editor, using Kilo as the target: https://viewsourcecode.org/snaptoken/kilo/

A windows version is here: https://github.com/JaDogg/WKilo

Usage: kilo <filename>

Keys:

Kilo does not depend on any library (not even curses). It uses fairly standard VT100 (and similar terminals) escape sequences. The project is in alpha stage and was written in just a few hours taking code from my other two projects, load81 and linenoise.

People are encouraged to use it as a starting point to write other editors or command line interfaces that are more advanced than the usual REPL style CLI.

Kilo was written by Salvatore Sanfilippo aka antirez and is released under the BSD 2 clause license.


HomePage | RecentChanges | EditorIndex | TextEditorFamilies | Preferences
Edit text of this page | View other revisions
Last edited May 6, 2024 1:33 pm (diff)
Search: