Created
November 21, 2021 16:40
-
-
Save gordonmeyer/6a13ff9a6fb6d20a63e3e0d509132e53 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use this with Stream Deck to quickly search Amazon for a string

.