Update yazi-default.toml

This commit is contained in:
Euclid Ye 2025-07-08 18:32:31 +08:00 committed by GitHub
parent 5f7c0e813f
commit d528be54f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,6 +57,7 @@ play = [
{ run = 'start "" "%1"', orphan = true, desc = "Play", for = "windows" }, { run = 'start "" "%1"', orphan = true, desc = "Play", for = "windows" },
{ run = 'termux-open "$1"', desc = "Play", for = "android" }, { run = 'termux-open "$1"', desc = "Play", for = "android" },
{ run = '''mediainfo "$1"; echo "Press enter to exit"; read _''', block = true, desc = "Show media info", for = "unix" }, { run = '''mediainfo "$1"; echo "Press enter to exit"; read _''', block = true, desc = "Show media info", for = "unix" },
{ run = 'mediainfo.exe "%1" & pause', block = true, desc = "Show media info", for = "windows" },
] ]
[open] [open]