[INFO] Set Nimble Commander as default file viewer

Anything else
Locked
JayB
Posts: 192
Joined: Sun Jan 08, 2017 4:38 pm

[INFO] Set Nimble Commander as default file viewer

Post by JayB » Tue Mar 28, 2017 12:38 pm

Code: Select all

defaults write -g NSFileViewer -string info.filesmanager.Files
Some naughty apps tend to call Finder to view a folder, file etc., and that's annoying because it brings Finder to the front, or (as in my case) if Finder has been completely disabled, macOS then launches the Finder app. The above command will change that and make NC the default. (Reboot or at least login/logout might be necessary.)

Locked