Add command to set default Finder search scope
This commit is contained in:
parent
fd0e8204c2
commit
44b87ebfed
@ -367,6 +367,11 @@ Sets default save target to be a local disk, not iCloud.
|
|||||||
defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false
|
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
|
#### Set Default Finder Location to Home Folder
|
||||||
```bash
|
```bash
|
||||||
defaults write com.apple.finder NewWindowTarget -string "PfLo" && \
|
defaults write com.apple.finder NewWindowTarget -string "PfLo" && \
|
||||||
|
Loading…
Reference in New Issue
Block a user