/ratatui-book

Ratatui Documentation

Primary LanguageRustMIT LicenseMIT

Ratatui Book

ratatui logo

This is the documentation project for ratatui, a Rust library to build rich terminal user interfaces and dashboards.

License GitHub Workflow Status Read the documentation Discord

To read the book online, visit:

https://ratatui-org.github.io/ratatui-book/.

To read this book locally, run the following:

git clone -b gh-pages https://github.com/ratatui-org/ratatui-book
cd ratatui-book
python -m http.server # or your favorite way to serve local files