#book #tui #cli

app the-book-tui

A TUI application to load, read, and search The Rust Book

1 stable release

1.0.1 May 26, 2023
1.0.0 May 15, 2023
0.1.12 Mar 24, 2023

#1072 in Text processing

MIT/Apache

20KB
412 lines

Crates.io

A simple TUI application to read The Rust Book. Currently does not render markdown.

Using

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.

Installation

cargo install the-book-tui

or build from source.

Dependencies

~11–27MB
~411K SLoC