]> Sergey Matveev's repositories - nnn.git/commitdiff
add support for imv when named imv in nuke
authorAnomalocaridid <DERPSQUID@protonmail.com>
Sat, 8 Jan 2022 21:21:49 +0000 (16:21 -0500)
committerAnomalocaridid <DERPSQUID@protonmail.com>
Sat, 8 Jan 2022 21:21:49 +0000 (16:21 -0500)
plugins/nuke

index 116c51509b12f3a3cad57e47d1c0b26897c2641d..b3eafc898be0e0b083a17c994fc72a6e577c0b00 100755 (executable)
@@ -318,6 +318,9 @@ handle_multimedia() {
                 if is_mac; then
                     nohup open "${FPATH}" >/dev/null 2>&1 &
                     exit 0
+                elif type imv >/dev/null 2>&1; then
+                    load_dir imv "${FPATH}" >/dev/null 2>&1 &
+                    exit 0
                 elif type imvr >/dev/null 2>&1; then
                     load_dir imvr "${FPATH}" >/dev/null 2>&1 &
                     exit 0