include yazi.toml
This commit is contained in:
parent
0d4ed43f53
commit
937b4c1636
1 changed files with 30 additions and 0 deletions
30
.config/yazi/yazi.toml
Normal file
30
.config/yazi/yazi.toml
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
[manager]
|
||||||
|
show_hidden = true
|
||||||
|
linemode = "size_and_mtime"
|
||||||
|
|
||||||
|
[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" },
|
||||||
|
{ mime = "application/xz", run = "ouch" },
|
||||||
|
]
|
||||||
|
|
||||||
|
[[plugin.prepend_fetchers]]
|
||||||
|
id = "git"
|
||||||
|
name = "*"
|
||||||
|
run = "git"
|
||||||
|
|
||||||
|
[[plugin.prepend_fetchers]]
|
||||||
|
id = "git"
|
||||||
|
name = "*/"
|
||||||
|
run = "git"
|
||||||
|
|
||||||
|
[opener]
|
||||||
|
extract = [
|
||||||
|
{ run = 'ouch d -y "$@"', desc = "Extract here with ouch", for = "unix" },
|
||||||
|
]
|
Loading…
Add table
Add a link
Reference in a new issue