Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save markysharky70/b473c0de5a375cb79dd1d9dc15f077fe to your computer and use it in GitHub Desktop.
Save markysharky70/b473c0de5a375cb79dd1d9dc15f077fe to your computer and use it in GitHub Desktop.
MacOS Finder - Show Full Path In Title Bar
launch a terminal and issue this command:
defaults write com.apple.finder _FXShowPosixPathInTitle -bool true; killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment