Skip to content

HughTaiyaki/Griseo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Griseo

Geiseo is a small text editor in less than 1K lines of code (counted with cloc),no syntax highlighting.

Usage: kilo <filename>

Keys:

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

About Kilo

It's forked from kilo, just for learn

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.

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

Releases

No releases published

Packages

No packages published