diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-09-21 17:56:07 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-09-21 17:56:07 +0900 |
| commit | 34fdf1c59ea834c8541f6bb9d382dbd75777416c (patch) | |
| tree | 4af4d1ce9dfcf86d0e40e18031c77150adf77ae9 /mac/.config/yazi/yazi.toml | |
| parent | a0751faaf0b20d5362487f472af5220cbe9fb8b1 (diff) | |
modified git/config, modified yazi/yazi.toml
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" }, |
