Skip to content

Commit

Permalink
add links
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Jan 2, 2025
1 parent ece731f commit ccc5050
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions slides/rust/ratatui.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,33 @@
* TUI = Terminal User Interface
* [Ratatui](https://ratatui.rs/)

## Ratatui Showcases
{id: rataturi-showcases}

From [Ratatui Apps](https://ratatui.rs/showcase/apps/)

* [atuin](https://github.com/atuinsh/atuin) - Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands.
* [bandwhich](https://github.com/imsnif/bandwhich) - A CLI utility for displaying current network utilization by process, connection and remote IP/hostname.
* [bottom](https://github.com/ClementTsang/bottom) - A customizable cross-platform graphical process/system monitor for the terminal.
* [csvlens](https://github.com/YS-L/csvlens) - A command line CSV file viewer. It is like less but made for CSV.
* [dua](https://github.com/Byron/dua-cli) - a disk space analysis tool designed for speed, leveraging parallel processing to quickly provide detailed disk usage information and allowing for faster deletion of unnecessary data compared to the standard ‘rm’ command.
* [joshuto](https://github.com/kamiyaa/joshuto) - Ranger-like terminal file manager written in Rust.
* [fzf-make](https://github.com/kyu08/fzf-make) - A command line tool that executes make target using fuzzy finder with preview window.
* [gitui](https://github.com/extrawurst/gitui) - TUI for git written in rust.
* [gpg-tui](https://github.com/orhun/gpg-tui) - gpg-tui is a Terminal User Interface for GnuPG.
* [material](https://github.com/azorng/material) - A material design color palette for the terminal.
* [minesweep-rs](https://github.com/cpcloud/minesweep-rs) - A mine sweeping game written in Rust.
* [oatmeal](https://github.com/dustinblackman/oatmeal/) - Oatmeal is a terminal UI chat application that speaks with LLMs.
* [oha](https://github.com/hatoo/oha/) - oha sends some load to a web application and show realtime tui.
* [rucola](https://github.com/Linus-Mussmaecher/rucola) - An application to manage markdown notes from your terminal and compile them to HTML.
* [scope-tui](https://github.com/alemidev/scope-tui) - A simple oscilloscope/vectorscope/spectroscope for your terminal.
* [slumber](https://github.com/LucasPickering/slumber) - Terminal HTTP/REST client.
* [taskwarrior-tui](https://github.com/kdheepak/taskwarrior-tui) - A terminal user interface for taskwarrior.
* [xplr](https://github.com/sayanarijit/xplr) - A hackable, minimal, fast TUI file explorer.
* [yazi](https://yazi-rs.github.io/) - Blazing fast terminal file manager written in Rust, based on async I/O.
* [openapi-tui](https://github.com/zaghaghi/openapi-tui) - Unlock the power of APIs with simplicity and speed, right from your terminal. View OpenAPI documentations in your terminal.


## Ratatui - Hello World
{id: ratatui-hello-world}
{i: DefaultTerminal}
Expand Down

0 comments on commit ccc5050

Please sign in to comment.