sxyazi / mime.yazi

A Yazi plugin that quickly get file mime-type by filename suffix to improved theme rendering speed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mime.yazi

Replace the builtin mime plugin of Yazi to speed up the identification of large files by using file extensions instead of file content to obtain the mime-types.

Note

The latest main branch of Yazi is required at the moment.

Installation

# Linux/macOS
git clone https://github.com/DreamMaoMao/mime.yazi.git ~/.config/yazi/plugins/mime.yazi

# Windows
git clone https://github.com/DreamMaoMao/mime.yazi.git %AppData%\yazi\config\plugins\mime.yazi

About

A Yazi plugin that quickly get file mime-type by filename suffix to improved theme rendering speed

License:MIT License


Languages

Language:Lua 100.0%