Skip to content

Commit

Permalink
Add Finder's NewWindowTarget option
Browse files Browse the repository at this point in the history
  • Loading branch information
amomchilov committed Feb 9, 2022
1 parent d4f4c9f commit f7105d7
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,38 @@ categories:
text: Large
versions: [Monterey, Big Sur, Catalina]
after: killall Finder
- key: NewWindowTarget
domain: com.apple.finder
title: "Initial folder shown by new Finder windows"
description: >-
Set by the "New Finder windows show:" drop down menu in the Finder preferences.
Often used in conjunction with `NewWindowTargetPath`.
param:
type: string
values: [PfCm, PfVo, PfHm, PfDe, PfDo, PfAF, PfLo]
examples:
- value: PfCm
text: Your computer (e.g. "Bob's MacBook Pro")
- value: PfVo
text: The root of your file system (e.g. "Macintosh HD"). Accompanied by `NewWindowTargetPath = "file:///"`.
- value: PfHm
text: Home. Accompanied by `NewWindowTargetPath = "file:///Users/bob/"`.
- value: PfDe
text: Desktop. Accompanied by `NewWindowTargetPath = "file:///bob/Desktop/"`.
- value: PfDo
text: Documents. Accompanied by `NewWindowTargetPath = "file:///Users/bob/Documents/"`.
- value: PfAF
text: Recents. Accompanied by `NewWindowTargetPath = "file:///System/Library/CoreServices/Finder.app/Contents/Resources/MyLibraries/myDocuments.cannedSearch/"`.
- value: PfLo
text: Other location. Accompanied by `NewWindowTargetPath = "file:///the/other/location/`.
- key: NewWindowTargetPath
domain: com.apple.finder
title: "Initial folder shown by new Finder windows"
param:
type: string
description:
Set by the "New Finder windows show:" drop down menu in the Finder preferences.
See `NewWindowTarget`.

- folder: menubar
name: Menu Bar
Expand Down

0 comments on commit f7105d7

Please sign in to comment.