AutoYADM commit: 2025-02-12 12:35:06

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

View file

@ -1 +1,13 @@
[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" }]