From 75440be314ea410a6a23a65cded8878fedcb9bdd Mon Sep 17 00:00:00 2001 From: Arijit Basu Date: Wed, 12 Oct 2022 06:56:29 +0530 Subject: [PATCH] Add tui-input Also update xplr description. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fe2e25..80fcaab 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ You can run all examples by running `cargo make run-examples` (require * [tui-logger](https://github.com/gin66/tui-logger) * [tui-textarea](https://github.com/rhysd/tui-textarea): simple yet powerful multi-line text editor widget supporting several key shortcuts, undo/redo, text search, etc. * [tui-rs-tree-widgets](https://github.com/EdJoPaTo/tui-rs-tree-widget): widget for tree data structures. +* [tui-input](https://github.com/sayanarijit/tui-input): TUI input library supporting multiple backends and tui-rs. ### Apps using tui @@ -105,7 +106,7 @@ You can run all examples by running `cargo make run-examples` (require * [gping](https://github.com/orf/gping/) * [Vector](https://vector.dev) * [KDash](https://github.com/kdash-rs/kdash) -* [xplr](https://github.com/sayanarijit/xplr) +* [xplr](https://github.com/sayanarijit/xplr): a hackable, minimal, fast TUI file explorer. * [minesweep](https://github.com/cpcloud/minesweep-rs) * [Battleship.rs](https://github.com/deepu105/battleship-rs) * [termscp](https://github.com/veeso/termscp)