Skip to content

Instantly share code, notes, and snippets.

@JakubAndrysek
Last active October 20, 2025 15:34
Show Gist options
  • Select an option

  • Save JakubAndrysek/22eece379513f92f13a52129e0b569f3 to your computer and use it in GitHub Desktop.

Select an option

Save JakubAndrysek/22eece379513f92f13a52129e0b569f3 to your computer and use it in GitHub Desktop.
Commander One - default file viewer
defaults write -g NSFileViewer -string com.eltima.cmd1
defaults write com.apple.LaunchServices/com.apple.launchservices.secure LSHandlers -array-add '{LSHandlerContentType="public.folder";LSHandlerRoleAll="com.eltima.cmd1";}'

Base on ForkLift 4 - Default File Viewer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment