tdf
A terminal-based PDF viewer.
Designed to be performant, very responsive, and work well with even very large PDFs. Built with ratatui
.
First, you need to install the system dependencies. This includes packages such as (but not limited to) cairo
, gtk
, and poppler
. If you're on linux, these will probably show up in your package manager as something like libcairo-devel
or cairo-dev
.
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 --release
I dunno. Just for fun, mostly.
Yeah, sure. Please do.