Generate QR code

Takes URLs from input or the clipboard and generates a QR code that can be scanned to open the same link – shows a preview before the option to Share, Save, or Print.

Actions Used

If
Tests if a condition is true, and if so, runs the actions inside. Otherwise, the actions under “Otherwise” are run.
Get Clipboard
Passes the contents of the clipboard to the next action.
Get URLs from Input
Returns any links found in the output from the previous action.
Ask for Input
Prompts the user to enter a piece of information.
Generate QR Code
Generates a QR code from the input text.

Extra Details

Run Shortcut deep link
shortcuts://run-shortcut?name=Generate%20QR%20code
Open Shortcut deep link
shortcuts://open-shortcut?name=Generate%20QR%20code
AppleScript code
tell application “Shortcuts Events” run shortcut “Generate QR code” end tell

More From This Folder

More From The Library


Get way deeper into Shortcuts – become a member.