From b852c604c80ac7a6c2c10da89f87be11a483320e Mon Sep 17 00:00:00 2001 From: Syed Daanish Date: Mon, 10 Aug 2026 16:52:35 +0100 Subject: [PATCH] Update readme with plans for BEd. --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index b8547c6..dbe38e6 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,24 @@ It should support:

Not done yet. + +#### BEd + +Better ed.
+An ed implementation but with: +- Lsp support for autocomplete suggetions when in ed text mode. +- text mode where arrow keys etc. work as expected. +- All code printing done with syntax highlighting. +- Lsp diagnostics to list global errors/warnings, to print thir lines, jump to their lines, edint them etc. +- A read write command to open a set of lines similar to c command but with the text from before already filled. +- Code formatters (lsp and others). +- Ruby based extentions. +- Custom functions, live ruby code running. +- Debuggers etc. and better shell commands. +- Ruby based configs. +- Better history & session saves. +- Multiple buffer opening. +- Indentation engine. +- More complete regex. +- Better current line semantics. +- & A lot more cool stuff.