From f15c517105498aded20e98fe60d8c7aa0c9e196f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Wed, 21 Feb 2024 12:06:49 +0300 Subject: [PATCH] Add ratatui-explorer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7309ce5..5b003d4 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Aside from those listed here, many other apps and libraries can be easily be fou - [ratatui-image](https://crates.io/crates/ratatui-image) - An image widget for ratatui, supporting sixels and unicode-halfblocks. - [ratatui-textarea](https://crates.io/crates/ratatui-textarea) - A simple yet powerful editor widget for ratatui. Fork of `tui-textarea`. +- [ratatui-explorer](https://github.com/tatounee/ratatui-explorer) - A simple library for creating file explorer for ratatui. - [throbber-widgets-tui](https://crates.io/crates/throbber-widgets-tui) - A widget that displays throbber. - [tui-additions](https://crates.io/crates/tui-additions) - Additions to the rust tui crate. - [tui-big-text](https://crates.io/crates/tui-big-text) - A simple ratatui widget for displaying big text using the `font8x8` crate.