From 44b87ebfede09bcb51319150cc80de0a7e30241a Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Sun, 18 Oct 2015 18:59:37 +0200 Subject: [PATCH] Add command to set default Finder search scope --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c6ce336..fd13ab1 100644 --- a/README.md +++ b/README.md @@ -367,6 +367,11 @@ Sets default save target to be a local disk, not iCloud. defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false ``` +#### Set Current Directory as Default Search Scope +```bash +defaults write com.apple.finder FXDefaultSearchScope -string "SCcf" +``` + #### Set Default Finder Location to Home Folder ```bash defaults write com.apple.finder NewWindowTarget -string "PfLo" && \