This commit is contained in:
sxyazi 2025-07-07 21:41:15 +08:00
parent 0c6905d233
commit 35ecdae502
No known key found for this signature in database

View file

@ -52,10 +52,10 @@ extract = [
{ run = 'ya pub extract --list %*', desc = "Extract here", for = "windows" },
]
play = [
{ run = 'xdg-open "$1"', desc = "Play with OS default", for = "linux" },
{ run = 'open "$@"', desc = "Play with OS default", for = "macos" },
{ run = 'start "" "%1"', orphan = true, desc = "Play with OS default", for = "windows" },
{ run = 'termux-open "$1"', desc = "Play with OS default", for = "android" },
{ run = 'xdg-open "$1"', desc = "Play", for = "linux" },
{ run = 'open "$@"', desc = "Play", for = "macos" },
{ run = 'start "" "%1"', orphan = true, desc = "Play", for = "windows" },
{ 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" },
]