Skip to content

Instantly share code, notes, and snippets.

@JonathanBeech
Created January 17, 2013 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JonathanBeech/4556330 to your computer and use it in GitHub Desktop.
Save JonathanBeech/4556330 to your computer and use it in GitHub Desktop.
A list of useful terminal commands
defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
killall Finder
This is another terminal script to be put in the terminal allows the mac to display an absolute path in the Finder window.
➜ ~ defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
➜ ~ killall Finder
#this is a shell script that allows you to have the folder and file paths to be displayed at the top of your finder window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment