From 369ed17c99177cf819995a2b84e293811724f0fe Mon Sep 17 00:00:00 2001 From: Nikolay Chechulin Date: Thu, 23 Jun 2022 15:36:48 +0300 Subject: [PATCH] add helix to the list of apps using tui-rs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25b24c0..df3bd50 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ You can run all examples by running `cargo make run-examples` (require * [meteo-tui](https://github.com/16arpi/meteo-tui): french weather via the command line. * [picterm](https://github.com/ksk001100/picterm): preview images in your terminal. * [gobang](https://github.com/TaKO8Ki/gobang): a cross-platform TUI database management tool. +* [helix](https://github.com/helix-editor/helix): a post-modern modal text editor. ### Alternatives