hun

terminal text editor
git clone git://moonbender.net/hun
Log | Files | Refs | README

README (475B)


      1 Honey Text Editor for your terminal! It's not finished.
      2 
      3 this is just my attempt to follow along with https://viewsourcecode.org/snaptoken/kilo/ but I might make some added customizations.
      4 
      5 relevant docs: https://vt100.net/docs/vt100-ug/
      6 
      7 Features:
      8 - Edits text?
      9 - vi-similar controls (modified for workman layout)
     10 - NOT unicode (maybe someday)
     11 - 💋
     12 
     13 Dependencies:
     14 - Terminal emulator that supports vt-100 escape sequences
     15 - C compiler
     16 
     17 To build:
     18 
     19 cc -std=c89 -o hun hun.c