AutoYADM commit: 2025-02-12 12:40:05

This commit is contained in:
Daniel Fichtinger 2025-02-12 12:40:06 -05:00
parent 4e4e818e14
commit f9a2932ab1
2 changed files with 12 additions and 1 deletions

View file

@ -11,3 +11,9 @@ prepend_previewers = [
{ mime = "application/x-xz", run = "ouch" },
]
append_previewers = [{ name = "*", run = "hexyl" }]
[opener]
extract = [
{ run = 'ouch d -y "%*"', desc = "Extract here with ouch", for = "windows" },
{ run = 'ouch d -y "$@"', desc = "Extract here with ouch", for = "unix" },
]