Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 686 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 686 Bytes

doc-preview.yazi

Uses antiword to enable MS Word (version 2, 6, 7, 97, 2000 and 2003) DOC files preview in yazi.

docx-preview.yazi

Use docx2txt to preview DOCX files in yazi.

Requirements

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

Installation

Install with:

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

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

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