index

Show File Extensions in Finder

Always show file extensions in Finder so you can see the true file type at a glance.

defaults write NSGlobalDomain AppleShowAllExtensions -bool true && killall Finder
Scope: system

By default macOS hides file extensions, which can make it hard to distinguish between file types. Enabling this shows .pdf, .png, .txt, etc. for every file in Finder.

This is especially important for developers and anyone who works with multiple file types regularly.