Plugin for Yazi to preview MS Word (.docx) files with docx2txt.
This plugin is a only minimal changed copy of glow.yazi.
To install, clone the repo inside your ~/.config/yazi/plugins/
~/.config/yazi/plugins/
:
git clone https://github.com:cschult/docx.yazi.git
or install with ya:
ya pack --add cschult/docx
then include it in your yazi.toml
to use:
[plugin]
prepend_previewers = [
{ mime = "application/vnd.openxmlformats-officedocument.wordprocessingml.document", run = "docx" },
]