Skip to content

cschult/docx.yazi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

docx.yazi

Plugin for Yazi to preview MS Word (.docx) files with docx2txt.

This plugin is a only minimal changed copy of glow.yazi.

To install, clone the repo inside your ~/.config/yazi/plugins/

~/.config/yazi/plugins/:

git clone https://github.com:cschult/docx.yazi.git

or install with ya:

ya pack --add cschult/docx

then include it in your yazi.toml to use:

[plugin]
prepend_previewers = [
  { mime = "application/vnd.openxmlformats-officedocument.wordprocessingml.document", run = "docx" },
]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages