From 90d8cb65261247d87fe5f096c32635c1b2049d9c Mon Sep 17 00:00:00 2001 From: Florian Dehau Date: Sun, 24 Apr 2022 15:37:55 +0200 Subject: [PATCH] chore: add more apps using `tui` to the README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c9478f7..25b24c0 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,13 @@ You can run all examples by running `cargo make run-examples` (require * [joshuto](https://github.com/kamiyaa/joshuto) * [adsb_deku/radar](https://github.com/wcampbell0x2a/adsb_deku#radar-tui) * [hoard](https://github.com/Hyde46/hoard) +* [tokio-console](https://github.com/tokio-rs/console): a diagnostics and debugging tool for asynchronous Rust programs. +* [hwatch](https://github.com/blacknon/hwatch): a alternative watch command that records the result of command execution and can display its history and diffs. +* [ytui-music](https://github.com/sudipghimire533/ytui-music): listen to music from youtube inside your terminal. +* [mqttui](https://github.com/EdJoPaTo/mqttui): subscribe or publish to a MQTT Topic quickly from the terminal. +* [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. ### Alternatives