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

@ -13,6 +13,26 @@ use = "Reledia/glow"
rev = "5ce76dc"
hash = "52e5f5c602962e7cbf874da28f52ba45"
[[plugin.deps]]
use = "Reledia/miller"
rev = "40e0265"
hash = "2d6d77583162aaf0a599e7a3091b5878"
[[plugin.deps]]
use = "Reledia/hexyl"
rev = "39d3d4e"
hash = "dd624cbaff94af65f39fd86bc57b340"
[[plugin.deps]]
use = "Sonico98/exifaudio"
rev = "d794614"
hash = "a8e15d3c21c02a5af41d46ed04778a02"
[[plugin.deps]]
use = "ndtoan96/ouch"
rev = "ce6fb75"
hash = "ed6c185514109d7c5463f609282b220c"
[[flavor.deps]]
use = "ashen-org/ashen:ashen"
rev = "ded1f4e"

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" }]