5 Essential Plugins for Yazi File Manager

Yazi is my preferred terminal file manager, and these are my five essential plugins that improve my workflow.

The Yazi package manager ya will be used to install the plugins mentioned below, which is shipped with Yazi.

For the installation of necessary terminal tools, I will use brew, since I am currently on OSX. For Linux use the equivalents like apt.

Continue reading “5 Essential Plugins for Yazi File Manager”

Yazi PDF preview not working

Yazi is a terminal-based file manager (TUI) that I use heavily because it’s fast and lets me navigate files and folders without needing a mouse. (…and I really dislike the OSX Finder)

Yazi can render previews for images and PDF files, but in my case, PDF previews weren’t showing up. Yazi requires Poppler for PDF previewing–and it was already installed on my system–the previews still didn’t work.

So I began debugging by running yazi --debug, which provides detailed information about your Yazi installation. Under the Dependencies section, I noticed a suspicious message:

pdftoppm      : ExitStatus(unix_wait_status(25344)),"pdftoppm version 4.0...
Continue reading “Yazi PDF preview not working”