the-book-tui

Crates.iothe-book-tui
lib.rsthe-book-tui
version1.0.1
sourcesrc
created_at2023-03-19 03:28:36.600541
updated_at2023-05-26 00:26:31.662958
descriptionA TUI application to load, read, and search The Rust Book.
homepage
repositoryhttps://github.com/iwilltakeyourpackages/the-book-tui
max_upload_size
id814157
size56,092
(iwilltakeyourpackages)

documentation

README

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.

Commit count: 0

cargo fmt