diff options
Diffstat (limited to 'mac/.config/yazi/yazi.toml')
| -rw-r--r-- | mac/.config/yazi/yazi.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mac/.config/yazi/yazi.toml b/mac/.config/yazi/yazi.toml index 043ce96..0a6201a 100644 --- a/mac/.config/yazi/yazi.toml +++ b/mac/.config/yazi/yazi.toml @@ -52,6 +52,7 @@ extract = [ { run = 'ya pub extract --list %*', desc = "Extract here", for = "windows" }, ] play = [ + { run = 'open -a IINA "$@"', orphan = true, for = "macos" }, { run = 'mpv --force-window "$@"', orphan = true, for = "unix" }, { run = 'mpv --force-window %*', orphan = true, for = "windows" }, { run = '''mediainfo "$1"; echo "Press enter to exit"; read _''', block = true, desc = "Show media info", for = "unix" }, |
