tREADME - ve - a minimal text editor (work in progress)
 (HTM) git clone git://src.adamsgaard.dk/ve
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       tREADME (685B)
       ---
            1 ve - a minimal text editor
            2 --------------------------
            3 
            4 Design goals:
            5         - Minimal features, source code, and build dependencies
            6         - Implement most of Vi along with a few improvements from Vim and Vis
            7         - Easy interfacing to external processes
            8         - No scripting support but allow user configuration before compilation
            9 
           10 There is still lots to do, see TODO for missing but planned features. The
           11 editor was originally inspired by antirez/kilo and snaptoken/kilo.
           12 
           13 Build requirements:
           14         - make
           15         - C compiler (C99, tested on gcc, clang)
           16         - libc (tested with glibc, musl)
           17 
           18 Install instructions:
           19         $ make
           20         # make install
           21 
           22 Author:
           23         Anders Damsgaard <anders@adamsgaard.dk>
           24         https://gitlab.com/admesg/ve