From 48d4b61cf5923919d24bf066a0bcac2729ed656e Mon Sep 17 00:00:00 2001 From: Larry Stone <lazzance@gmail.com> Date: Sun, 6 Jul 2025 23:33:50 -0700 Subject: [PATCH] Add Edit (Microsoft's new Rust-based TUI editor) to the list of Editors --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3007749..99d26a0 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,7 @@ List of projects that provide terminal user interfaces - [amp](https://github.com/jmacdonald/amp) A complete text editor for your terminal - [C-Edit](https://github.com/velorek1/c-edit) A text editor with drop down menus in the style of MS-DOS Editor - [Durdraw](https://github.com/cmang/durdraw) An ASCII, Unicode and ANSI art editor +- [Edit](https://github.com/microsoft/edit) A simple text editor. Pays homage to the classic MS-DOS Editor. - [helix](https://helix-editor.com/) A post-modern text editor. - [frogmouth](https://github.com/Textualize/frogmouth) A Markdown browser for your terminal - [kakoune](http://kakoune.org/) A modern, modal text editor with focus on interactivity and efficiency