-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
discussionDiscuss about macOS automationDiscuss about macOS automation
Description
- I made sure this feature is not in the commands list
- I searched and didn't find this feature request in the listed issues
I'm looking for a command to modifier View Options(⌘J)
The view options is actually stored in com.apple.finder
To lookup it,we can use those command
defaults read com.apple.finder DesktopViewSettings
defaults read com.apple.finder StandardViewSettings
defaults read com.apple.finder ComputerViewSettings
defaults read com.apple.finder "FK_StandardViewSettings"I tried many ways to change it,such as AppleScript、Defaults、PlistBuddy, but there are some problems
Metadata
Metadata
Assignees
Labels
discussionDiscuss about macOS automationDiscuss about macOS automation