From 444f12cb323f4a169ddde86b3e260f71c957bce6 Mon Sep 17 00:00:00 2001 From: CrispyPin Date: Mon, 13 Mar 2023 19:36:00 +0100 Subject: [PATCH] update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc4d6a3..303d382 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # lili text editor -A terminal text editor with support for several open files. +A terminal text editor for Linux. It's built on crossterm so it might partially work on Windows or MacOS but these are not tested and I have no intention of supporting these platforms. +## Features: +- Directory navigation +- Multiple open files +- Internal clipboard (not synced with X11 or wayland yet)