QR Tool
Security Notice
Description
# QR to Safari — Shortcut Guide
## What this Shortcut Does
This shortcut scans a QR/Barcode, captures the text, checks if it’s a **link** (`http/https` or `www`), and if yes—opens it in Safari.
If it’s **not** a link, it offers alternatives: **Google search**, **Share**, or **Close**.
---
## Quick Usage
1. Run the shortcut → Scan a QR/Barcode.
2. If it’s a link → it opens directly in Safari.
3. If it’s plain text → a menu is shown:
- **Open** → Google search for the text
- **Share** → Share the text
- **Close** → Exit
---
## Link Detection (Regex)
The shortcut uses a regex to detect if the text contains a URL:
```regex
(https?:\/\/|www\.)
Information
Version:
1.0
Released:
Last Updated:
Comments
Start the conversation
No comments yet. Be the first to comment!
Please sign in to post comments.