esc

Externally Scriptable Editor

git clone git://mccd.space/esc

commit 70eb8a0990421c08971b0bdbabbeecf8e7e96b0d
parent 509ef5287a4c6d6e8c618da05b0f8dcb73560b99
Author: Marc Coquand <marc@coquand.email>
Date:   Fri, 20 Feb 2026 10:34:07 +0100

Rename to esc

Diffstat:
MREADME.md | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
@@ -1,16 +1,16 @@
-# ei
+# esc ⎋
 
 An externally extensible text editor
 
 ## Dependencies
 
 - SDL3
-- Some menu set to `$MENU`
-- Notification daemon
+- Some menu set to `$MENU`, defaults to wmenu
+- Wayland
 
 # Compiling
 
 ```
-gcc main.c unix_utils.* editor.* -o minimal_editor $(pkg-config --cflags --libs sdl3 sdl3-ttf)
+gcc main.c unix_utils.* editor.* -o esc $(pkg-config --cflags --libs sdl3 sdl3-ttf)
 ```