mirror of
https://github.com/jarun/nnn.git
synced 2024-11-19 09:29:15 +00:00
add support for imv when named imv in nuke
This commit is contained in:
parent
2eadf35fa0
commit
efa960d022
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue