# macOS Shortcut This is the zero-dependency option for users who do not use PopClip, Alfred, or Raycast. Create the shortcut in Shortcuts.app: 1. Open Shortcuts.app. 2. Create a new shortcut named `Using English Query`. 3. Enable `Use as Quick Action`. 4. Set `Receives` to `Text`. 5. Add `Get Clipboard` as a fallback for cases where no text is passed by the Quick Action. 6. Add `URL Encode` for the shortcut input or clipboard text. 7. Add `URL` with this value: `https://en.8586ai.com/?query=[Encoded Text]` 8. Add `Open URLs`. Recommended trigger: - Assign a keyboard shortcut from the shortcut details panel. - In apps that support Services, select text and run the shortcut from the context menu. Notes: - Shortcuts.app exported `.shortcut` files are generated by Apple tooling. This repository keeps the setup steps as source-of-truth instead of hand-writing a file that may not import reliably.