Skip to content

Instantly share code, notes, and snippets.

@gordonmeyer
Created November 21, 2021 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gordonmeyer/6a13ff9a6fb6d20a63e3e0d509132e53 to your computer and use it in GitHub Desktop.
Save gordonmeyer/6a13ff9a6fb6d20a63e3e0d509132e53 to your computer and use it in GitHub Desktop.
<?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">
<array>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>CreationDate</key>
<real>462901998.28961402</real>
<key>Macros</key>
<array>
<dict>
<key>Actions</key>
<array>
<dict>
<key>Buttons</key>
<array>
<dict>
<key>Button</key>
<string>OK</string>
</dict>
<dict>
<key>Button</key>
<string>Cancel</string>
<key>Cancel</key>
<true/>
</dict>
</array>
<key>MacroActionType</key>
<string>PromptForUserInput</string>
<key>Prompt</key>
<string></string>
<key>TimeOutAbortsMacro</key>
<true/>
<key>Title</key>
<string>Amazon Search Phrase</string>
<key>Variables</key>
<array>
<dict>
<key>Default</key>
<string>what?</string>
<key>Variable</key>
<string>LookFor</string>
</dict>
</array>
</dict>
<dict>
<key>Action</key>
<string>PercentEncodeForURL</string>
<key>Destination</key>
<string>Variable</string>
<key>DestinationVariable</key>
<string>LookFor</string>
<key>MacroActionType</key>
<string>Filter</string>
<key>Source</key>
<string>Variable</string>
<key>Variable</key>
<string>LookFor</string>
</dict>
<dict>
<key>Application</key>
<dict>
<key>BundleIdentifier</key>
<string>com.apple.Safari</string>
<key>Name</key>
<string>Safari</string>
<key>NewFile</key>
<string>/Applications/Safari.app</string>
</dict>
<key>IsDefaultApplication</key>
<false/>
<key>MacroActionType</key>
<string>OpenURL</string>
<key>TimeOutAbortsMacro</key>
<true/>
<key>URL</key>
<string>https://www.amazon.com/s?k=%Variable%LookFor%</string>
</dict>
</array>
<key>CreationDate</key>
<real>656806296.18122494</real>
<key>ModificationDate</key>
<real>659205279.95627296</real>
<key>Name</key>
<string>search amazon for</string>
<key>Triggers</key>
<array/>
<key>UID</key>
<string>B66DDFE3-2587-4D9F-80FA-404871927DC3</string>
</dict>
</array>
<key>Name</key>
<string>Global Macro Group</string>
<key>ToggleMacroUID</key>
<string>29D73F21-B2EA-4189-8E38-C5D2FCB31E32</string>
<key>UID</key>
<string>89CCCCE6-2AB1-45B4-A41D-370947017213</string>
</dict>
</array>
</plist>
@gordonmeyer
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment