Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 496 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 496 Bytes

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" },
]