mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Make Windows play with Playlist
This commit is contained in:
parent
6366e46c23
commit
49ba479346
1 changed files with 4 additions and 4 deletions
|
|
@ -52,10 +52,10 @@ extract = [
|
|||
{ run = 'ya pub extract --list %*', desc = "Extract here", for = "windows" },
|
||||
]
|
||||
play = [
|
||||
{ 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 = 'xdg-open "$1"', desc = "Play", for = "linux" },
|
||||
{ run = 'open "$@"', desc = "Play", for = "macos" },
|
||||
{ run = 'start "" %*', 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" },
|
||||
{ run = 'mediainfo "%1" & pause', block = true, desc = "Show media info", for = "windows" },
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue