Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 653 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 653 Bytes

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