Welcome to the Tweaking4All community forums!
When participating, please keep the Forum Rules in mind!
Topics for particular software or systems: Start your topic link with the name of the application or system.
For example “MacOS X – Your question“, or “MS Word – Your Tip or Trick“.
Please note that switching to another language when reading a post will not bring you to the same post, in Dutch, as there is no translation for that post!
[Solved] macOS - Make Forklift the default file manager (eg. replace Finder)
(@hans)
Famed Member Admin
Joined: 11 years ago
Posts: 2756
Topic starter
May 27, 2024 3:49 PM
Recently I dropped PathFinder as my favorite file manager for several reason (I do not like how their support works, not the best performance when managing network files, crappy licensing model, etc). Anyhoo ... I used Forklift for a while and decided to use that again. One thing I did miss was how to set Forklift to the default file manager.
Finally found it:
defaults write -g NSFileViewer -string com.binarynights.ForkLift
This works for several versions of Forklift, I've used it with v4. If it doesn't, then look in the plist file in teh app bundle
/Applications/ForkLift.app/Contents/Info.plist
Look for these 2 lines:
<key>CFBundleIdentifier</key>
<string>com.binarynights.ForkLift</string>
This will set Forklift to the default file manager ...