AutoYADM commit: 2025-05-28 15:32:56
This commit is contained in:
parent
b1a8153cf1
commit
9c01832f1e
5 changed files with 410 additions and 315 deletions
30
.config/yazi/yazi.toml-1748460725228885
Normal file
30
.config/yazi/yazi.toml-1748460725228885
Normal file
|
@ -0,0 +1,30 @@
|
|||
[manager]
|
||||
show_hidden = true
|
||||
# linemode = "git"
|
||||
title_format = "{cwd}"
|
||||
|
||||
|
||||
[plugin]
|
||||
prepend_previewers = [
|
||||
# { name = "*.md", run = "glow" },
|
||||
# { mime = "text/csv", run = "miller" },
|
||||
{ mime = "audio/*", run = "exifaudio" },
|
||||
{ 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" },
|
||||
]
|
||||
append_previewers = [{ name = "*", run = "hexyl" }]
|
||||
prepend_fetchers = [
|
||||
{ id = "git", name = "*", run = "git" },
|
||||
{ id = "git", name = "*/", run = "git" },
|
||||
]
|
||||
|
||||
[opener]
|
||||
extract = [
|
||||
{ run = 'ouch d -y "%*"', desc = "Extract here with ouch", for = "windows" },
|
||||
{ run = 'ouch d -y "$@"', desc = "Extract here with ouch", for = "unix" },
|
||||
]
|
||||
open = [{ run = 'xdg-open "$@"', desc = "Open", orphan = true }]
|
Loading…
Add table
Add a link
Reference in a new issue