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.
  • yazi version 0.4

Installation

Install with:

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

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

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

Disclaimers

  • This plugin was derived from miller.yazi.
  • Tested only with yazi version 0.4.3