ratatui
https://github.com/ratatui-org/ratatui
Rust
Rust library that's all about cooking up terminal user interfaces (TUIs)
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported5 Subscribers
Add a CodeTriage badge to ratatui
Help out
- Issues
- insert_before causes panic if drawing to too much of the terminal
- Fix unicode text width calculation
- Deprecate/Remove `Buffer::set_line` and `Buffer::set_span`
- Idea: Merge `Terminal` with the `Backend` trait
- perf: don't split Line content into multiple spans
- perf: use SmallVec in Layout and Block
- feat!: use SmallVec in various APIs
- Support arbitrary ANSI sequences (including hyperlinks / images) by passing them through Style
- Is it possible for the calendar widget to use chrono instead?
- Consolidate `List::get_items_bounds` and `Table::get_row_bounds`
- Docs
- Rust not yet supported