From 3229e0e8de2df54494fd520e55ab82d35f8e86cd Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Fri, 24 Jan 2025 02:28:15 +0800 Subject: [PATCH] Add Durdraw (#274) Durdraw is an ASCII, Unicode and ANSI art editor for UNIX-like systems. It runs in modern UTF-8 terminals and supports frame-based animation, custom themes, 256 and 16 color modes, terminal mouse input, DOS ANSI art viewing, CP437 and Unicode mixing and conversion, HTML output, mIRC color output, and other interesting features. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4f16150..0b97fe6 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,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 - [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