From c8e6388c2e4613b65db5a7635f0a85f080f35310 Mon Sep 17 00:00:00 2001 From: Hummer12007 Date: Sun, 18 Oct 2015 13:49:12 +0300 Subject: [PATCH] Added a command to show full path in Finder title --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 74408ff..46eb4a8 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,11 @@ defaults write NSGlobalDomain AppleShowAllExtensions -bool true defaults write com.apple.finder AppleShowAllFiles true ``` +#### Show Full Path in Finder Title +```bash +defaults write com.apple.finder _FXShowPosixPathInTitle -bool true +``` + #### Restore Default File Visibility ```bash defaults write com.apple.finder AppleShowAllFiles false