Hasty Briefsbeta

Bilingual

Kilo: A text editor in less than 1000 LOC with syntax highlight and search

a year ago
  • #cli
  • #text-editor
  • #open-source
  • Kilo is a small text editor under 1K lines of code.
  • Features include: CTRL-S (Save), CTRL-Q (Quit), CTRL-F (Find string).
  • No dependencies; uses VT100 escape sequences.
  • Alpha stage project, derived from load81 and linenoise.
  • Encouraged as a base for advanced CLI or editor development.
  • Developed by Salvatore Sanfilippo (antirez), BSD 2-clause license.