Crates.io | the-book-tui |
lib.rs | the-book-tui |
version | 1.0.1 |
source | src |
created_at | 2023-03-19 03:28:36.600541 |
updated_at | 2023-05-26 00:26:31.662958 |
description | A TUI application to load, read, and search The Rust Book. |
homepage | |
repository | https://github.com/iwilltakeyourpackages/the-book-tui |
max_upload_size | |
id | 814157 |
size | 56,092 |
A simple TUI application to read The Rust Book. Currently does not render markdown.
The book will be downloaded into $HOME/.the-book-tui/book
when first ran.
<C-u>: Scroll content up
<C-d>: Scroll content down
<C-j>: Select next topic
<C-k>: Select previous topic
<C-e>: Exit
Type to search.
cargo install the-book-tui
or build from source.