Crates.io | tbr |
lib.rs | tbr |
version | 2.4.3 |
source | src |
created_at | 2022-02-12 02:23:25.409249 |
updated_at | 2024-07-02 10:13:50.16006 |
description | Terminal and GUI ebook reader |
homepage | https://github.com/zangloo/tbr |
repository | https://github.com/zangloo/tbr.git |
max_upload_size | |
id | 531151 |
size | 793,711 |
tbr
is a simple e-book reader in terminal and gtk4(>4.10).By now, support txt, html, haodoo and epub.
it can also render text as chinese tradition style(top to bottom and right to left).
cargo build --release
cargo build --release --no-default-features
Config files store in .config/tbr/tbr.toml. Themes configuration files store in ~/.config/ter/themes/. Files will auto generated if not exists.
Function | Key mappings |
---|---|
Next page | space,page down |
Previous page | page up |
Search | '/' |
Search Next | 'n' |
Search backward | 'N' |
Inner book dialog | 'b' |
History dialog | 'h' |
Select chapter | 'c' |
Select theme | 't' |
Show version | 'v' |
Next line | down |
Previous line | up |
Back prev position | left |
Forward to next position | right |
Goto start of chapter | home |
Goto end of chapter | end |
Goto line | 'g' |
Navigate to next link | tab |
Navigate to prev link | shift + tab |
Open link | left click/enter on highlight |
Next chapter | ^D |
Previous chapter | ^B |
Switch view mode han<=>xi | ^X |
Quit | 'q' |
GPLv2