tAdd README - 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
---
(DIR) commit a2c172c4ef4dc7d4a46ec520f300afaefb937446
(DIR) parent da11eb4702b4d43651b5d8b622d527cf0315a7a2
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 7 Aug 2019 11:35:53 +0200
Add README
Diffstat:
A README | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/README b/README
t@@ -0,0 +1,23 @@
+ve - a minimal text editor
+--------------------------
+
+Design goals:
+ - Minimal features, source code, and build dependencies
+ - Implement most of Vi along with a few improvements from Vim and Vis
+ - Easy interfacing to external processes
+ - No scripting support but allow user configuration before compilation
+
+Build requirements:
+ - C99 compiler (gcc, clang)
+ - glibc or musl (others might work too)
+
+Install instructions:
+ $ make
+ # make install
+
+Author:
+ Anders Damsgaard <anders@adamsgaard.dk>
+ https://gitlab.com/admesg/ve
+
+License:
+ GNU Public License, version 3 or later. See LICENSE for details.