Skip to content

Latest commit

 

History

History

docx-preview.yazi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

docx-preview.yazi

Use docx2txt to preview DOCX files in yazi.

Requirements

  • docx2txt - It's probably available in your package manager.

Installation

Install with:

ya pack -a lpanebr/yazi-plugins:docx-preview.yazi

and enable by adding it to your yazi.toml config file:

[plugin]
prepend_previewers = [
    { name = "*.doc", run = "doc-preview" },
]