[Build] Prepare for improved rendering capbilities
This commit is contained in:
10
config/yazi/yazi.toml
Normal file
10
config/yazi/yazi.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[plugin]
|
||||
prepend_previewers = [
|
||||
# Archive previewer
|
||||
{ mime = "application/*zip", run = "ouch" },
|
||||
{ mime = "application/x-tar", run = "ouch" },
|
||||
{ mime = "application/x-bzip2", run = "ouch" },
|
||||
{ mime = "application/x-7z-compressed", run = "ouch" },
|
||||
{ mime = "application/x-rar", run = "ouch" },
|
||||
{ mime = "application/x-xz", run = "ouch" },
|
||||
]
|
Reference in New Issue
Block a user