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 supported4 Subscribers
Add a CodeTriage badge to ratatui
Help out
- Issues
- feat: Add `is_at_start` and `is_at_end` methods
- Add `ScrollbarState.is_at_start()`, `ScrollbarState.is_at_end()` methods
- Add a well-documented way to prevent scrolling down when all lines are already within view
- Add better Paragraph/Text/Line/Span style tests
- Add methods that return results / options for fallible operations
- The documented panic handler does not exit raw mode correctly in the Termion backend
- Table is slow/laggy when there are a lot of items
- Rename `render_ref` for `StatefulWidgetRef` to `render_stateful_ref`
- Must_use messages
- `cargo doc` warns but `make ci` does not notice them
- Docs
- Rust not yet supported