Skip to content

Latest commit

 

History

History

doc-preview.yazi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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