Skip to main content

Install app and setting on mac

  • Show path in Finder
defaults write com.apple.finder ShowPathbar -bool true
  • Display file extension in Finder
defaults write NSGlobalDomain AppleShowAllExtensions -bool true
killall Finder