From d0b2b2023da2879bfc879ded179c7986427064e4 Mon Sep 17 00:00:00 2001
From: Jim Huang <jserv@ccns.ncku.edu.tw>
Date: Sun, 1 Sep 2024 23:31:41 +0800
Subject: [PATCH] Add C-Edit

C-Edit is a text editor with drop down menus in the style of MS-DOS
Editor without using ncurses.
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index dd2aea3..1b62b26 100644
--- a/README.md
+++ b/README.md
@@ -127,6 +127,7 @@ List of projects that provide terminal user interfaces
 <details open><summary><h2>Editors</h2></summary>
 
 - [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
 - [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