A tui-based PDF viewer
tdfA terminal-based PDF viewer.
Designed to be performant, very responsive, and work well with even very large PDFs. Built with ratatui.
cargo install --git https://github.com/itsjunetime/tdf.gitIf you want to use this with epubs or cbzs, add --features epub or --features cbz to the command line (or --features cbz,epub for both)
First, you need to install the system dependencies. This will generally only include libfontconfig and clang. If you're on linux, these will probably show up in your package manager as something like libfontconfig1-devel or libfontconfig-dev and just clang.
If it turns out that you're missing one of these, it will fail to compile and tell you what library you're missing. Find the development package for that library in your package manager, install it, and try to build again. Now, the important steps:
cd into itcargo build --releaseThe binary should then be found at ./target/release/tdf.
You can also pull this in via radicle with rad clone rad:zb11K1XGfQooopqEfwtCMyvbcyK1
I dunno. Just for fun, mostly.
Yeah, sure. Please do.
Please note, though, that:
No open issues yet, or sync has not completed.