docs: improve mime-ext.yazi description

This commit is contained in:
sxyazi
2024-10-04 20:37:51 +08:00
parent 74a837c6ea
commit 35100e7dc1
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ For specific installation commands and configuration instructions, check the ind
- [git.yazi](git.yazi) - Show the status of Git file changes as linemode in the file list.
- [smart-filter.yazi](smart-filter.yazi) - Makes filters smarter: continuous filtering, automatically enter unique directory, open file on submitting.
- [chmod.yazi](chmod.yazi) - Execute `chmod` on the selected files to change their mode.
- [mime-ext.yazi](mime-ext.yazi) - A _common_ file type MIME-type library specifically designed for Yazi.
- [mime-ext.yazi](mime-ext.yazi) - A mime-type provider based on a file extension database, replacing the builtin `file(1)` to speed up mime-type retrieval at the expense of accuracy.
- [diff.yazi](diff.yazi) - Diff the selected file with the hovered file, create a living patch, and copy it to the clipboard.
- [no-status.yazi](no-status.yazi) - Remove the status bar.
- [mactag.yazi](mactag.yazi) - Bring macOS's awesome tagging feature to Yazi! The plugin is only available for macOS just like the name says.

View File

@@ -1,6 +1,6 @@
# mime-ext.yazi
A mime-type provider based on a file extension database, replacing the builtin `file(1)` to speed up mime-type retrieval at the expense of accuracy.
A mime-type provider based on a file extension database, replacing the [builtin `file(1)`](https://github.com/sxyazi/yazi/blob/main/yazi-plugin/preset/plugins/mime.lua) to speed up mime-type retrieval at the expense of accuracy.
See https://yazi-rs.github.io/docs/tips#make-yazi-even-faster for more information.
@@ -25,7 +25,7 @@ prio = "high"
## Advanced
Or you can customize it in your `~/.config/yazi/init.lua`:
You can also customize it in your `~/.config/yazi/init.lua` with:
```lua
require("mime-ext"):setup {