AutoYADM commit: 2025-03-15 02:00:06
This commit is contained in:
parent
6b99c84a29
commit
8ce2157c2b
5 changed files with 62 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
[manager]
|
||||
show_hidden = true
|
||||
linemode = "size"
|
||||
# linemode = "git"
|
||||
title_format = "{cwd}"
|
||||
|
||||
|
||||
|
@ -17,12 +17,14 @@ prepend_previewers = [
|
|||
{ 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 }
|
||||
]
|
||||
open = [{ run = 'xdg-open "$@"', desc = "Open", orphan = true }]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue