Skip to content

Commit

Permalink
Add term-rustdoc (#38)
Browse files Browse the repository at this point in the history
The app is still under development, but the UI is mostly based on
ratatui's Buffer and Block widget.

Specifically I use ratatui to write a built-in generic scrollable area
widget, markdown rendering widget ( [idea
sharing](joshka/tui-markdown#2) ) and treeview
widget.

Ratatui's documentation on the website is really user-friendly and
awesome! I learned to write a TUI from scratch through it. Thank you for
your work.
  • Loading branch information
zjp-CN authored Mar 18, 2024
1 parent 8899fd0 commit dde8db2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Aside from those listed here, many other apps and libraries can be easily be fou
- [tui-tree-widget](https://crates.io/crates/tui-tree-widget) - Tree widget for ratatui.
- [tui-widget-list](https://crates.io/crates/tui-widget-list) - A versatile list implementation for ratatui.
- [edtui](https://github.com/preiter93/edtui) - A TUI based vim-inspired editor widget for ratatui.
- [term-rustdoc](https://github.com/zjp-CN/term-rustdoc) - A TUI for Rust docs that aims to improve the UX on tree view and generic code.

### 🔧 Utilities

Expand Down

0 comments on commit dde8db2

Please sign in to comment.