Update yazi-default.toml

Add `desc` for play on Windows
This commit is contained in:
Euclid Ye 2025-07-07 15:05:16 +08:00 committed by GitHub
parent ae14add0d1
commit 5dbc9e8212
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ extract = [
]
play = [
{ run = 'mpv --force-window "$@"', orphan = true, for = "unix" },
{ run = 'start "" "%1"', orphan = true, for = "windows" },
{ run = 'start "" "%1"', orphan = true, desc = "Play with OS default", for = "windows" },
{ run = '''mediainfo "$1"; echo "Press enter to exit"; read _''', block = true, desc = "Show media info", for = "unix" },
]