152 lines
3.7 KiB
XML
152 lines
3.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>AMApplicationBuild</key>
|
|
<string>419</string>
|
|
<key>AMApplicationVersion</key>
|
|
<string>2.6</string>
|
|
<key>AMDocumentVersion</key>
|
|
<string>2</string>
|
|
<key>actions</key>
|
|
<array>
|
|
<dict>
|
|
<key>action</key>
|
|
<dict>
|
|
<key>AMAccepts</key>
|
|
<dict>
|
|
<key>Container</key>
|
|
<string>List</string>
|
|
<key>Optional</key>
|
|
<true/>
|
|
<key>Types</key>
|
|
<array>
|
|
<string>com.apple.applescript.object</string>
|
|
</array>
|
|
</dict>
|
|
<key>AMActionVersion</key>
|
|
<string>1.0</string>
|
|
<key>AMApplication</key>
|
|
<array>
|
|
<string>Automator</string>
|
|
</array>
|
|
<key>AMParameterProperties</key>
|
|
<dict>
|
|
<key>source</key>
|
|
<dict/>
|
|
</dict>
|
|
<key>AMProvides</key>
|
|
<dict>
|
|
<key>Container</key>
|
|
<string>List</string>
|
|
<key>Types</key>
|
|
<array>
|
|
<string>com.apple.applescript.object</string>
|
|
</array>
|
|
</dict>
|
|
<key>ActionBundlePath</key>
|
|
<string>/System/Library/Automator/Run JavaScript.action</string>
|
|
<key>ActionName</key>
|
|
<string>Run JavaScript</string>
|
|
<key>ActionParameters</key>
|
|
<dict>
|
|
<key>source</key>
|
|
<string>var workspace = Library("workspace")
|
|
|
|
var name = workspace.chooseFromList("Add Window")
|
|
|
|
if(name){
|
|
|
|
|
|
var title = workspace.chooseFromSafariWindows()
|
|
console.log(title)
|
|
var id = workspace.safariWindowWithTitle(title)
|
|
console.log(id)
|
|
workspace.addWindowToWorkspace(id, name)
|
|
|
|
}
|
|
</string>
|
|
</dict>
|
|
<key>BundleIdentifier</key>
|
|
<string>com.apple.Automator.RunJavaScript</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1.0</string>
|
|
<key>CanShowSelectedItemsWhenRun</key>
|
|
<false/>
|
|
<key>CanShowWhenRun</key>
|
|
<true/>
|
|
<key>Category</key>
|
|
<array>
|
|
<string>AMCategoryUtilities</string>
|
|
</array>
|
|
<key>Class Name</key>
|
|
<string>RunJavaScriptAction</string>
|
|
<key>InputUUID</key>
|
|
<string>37B74330-193E-4E8D-B449-ED2F571F6AE5</string>
|
|
<key>Keywords</key>
|
|
<array>
|
|
<string>Run</string>
|
|
<string>JavaScript</string>
|
|
</array>
|
|
<key>OutputUUID</key>
|
|
<string>7B06B951-BB15-4304-B518-A1341F0FFE23</string>
|
|
<key>UUID</key>
|
|
<string>FF274825-2F9A-47B9-9400-46CEA70220FA</string>
|
|
<key>UnlocalizedApplications</key>
|
|
<array>
|
|
<string>Automator</string>
|
|
</array>
|
|
<key>arguments</key>
|
|
<dict>
|
|
<key>0</key>
|
|
<dict>
|
|
<key>default value</key>
|
|
<string>function run(input, parameters) {
|
|
|
|
// Your script goes here
|
|
|
|
return input;
|
|
}</string>
|
|
<key>name</key>
|
|
<string>source</string>
|
|
<key>required</key>
|
|
<string>0</string>
|
|
<key>type</key>
|
|
<string>0</string>
|
|
<key>uuid</key>
|
|
<string>0</string>
|
|
</dict>
|
|
</dict>
|
|
<key>conversionLabel</key>
|
|
<integer>0</integer>
|
|
<key>isViewVisible</key>
|
|
<true/>
|
|
<key>location</key>
|
|
<string>309.000000:316.000000</string>
|
|
<key>nibPath</key>
|
|
<string>/System/Library/Automator/Run JavaScript.action/Contents/Resources/Base.lproj/main.nib</string>
|
|
</dict>
|
|
<key>isViewVisible</key>
|
|
<true/>
|
|
</dict>
|
|
</array>
|
|
<key>connectors</key>
|
|
<dict/>
|
|
<key>workflowMetaData</key>
|
|
<dict>
|
|
<key>serviceApplicationBundleID</key>
|
|
<string>com.apple.Safari</string>
|
|
<key>serviceApplicationPath</key>
|
|
<string>/Applications/Safari.app</string>
|
|
<key>serviceInputTypeIdentifier</key>
|
|
<string>com.apple.Automator.nothing</string>
|
|
<key>serviceOutputTypeIdentifier</key>
|
|
<string>com.apple.Automator.nothing</string>
|
|
<key>serviceProcessesInput</key>
|
|
<integer>0</integer>
|
|
<key>workflowTypeIdentifier</key>
|
|
<string>com.apple.Automator.servicesMenu</string>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|