Kilo Text Editor
💻
Kilo Text Editor
软件描述
A text editor in less than 1000 LOC with syntax highlight and search.
官方网站
访问软件的官方网站了解更多信息
github.com
安全链接HTTPS
什么是 Kilo Text Editor?
Kilo is a small text editor in less than 1K lines of code (counted with cloc). 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.