From 8ded4d891cef3088130ede67bb8102cc134d979b Mon Sep 17 00:00:00 2001 From: Larry Stone <muppethead@mac.com> Date: Fri, 11 Jul 2025 15:15:59 -0700 Subject: [PATCH] Add Edit (Microsoft's new Rust-based TUI editor) to the list of Editors (#321) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d656cc5..44a77f2 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