Skip to content

This Applescript reads QR Codes from the screen and processes them via zbar. It extracts the urls and automatically opens them in your standard browser.

Notifications You must be signed in to change notification settings

FrederikRogalski/QR-Reader-Mac

Repository files navigation

QR-Reader-Mac

This Applescript reads QR Codes from the screen and processes them via zbar. It extracts the urls and automatically opens them in your standard browser.

Usage

qrreader

Dependencies

The script relies on zbar. You can install it with:

brew install zbar

Step by step

ZBar can be easily installed with Homebrew:

brew install zbar

To install QR-Reader-Mac:

  1. Open the QR-Reader-Mac GitHub project page, select Code and download the project as a ZIP file:

    enter image description here

  2. Double click the ZIP file to extract it.

  3. Double click the workflow you want to install. The following Pop-UP should appear:

  4. Confirm by pressing install.

  5. MacOS will open System Settings for you and you will be able to find the workflow in the section 'General'. Here you can add a shortcut by double cklicking on 'None'. You can always find this setting through System Settings > Keyboard > Keyboard Shortcuts... > Services: MacOS System Settings > Keyboard > Keyboard Shortcuts... > Services > Shortcuts

  6. Some apps need a restart before the shortcut is working (e.g. Chrome).

Copy to Clipboard

The QRCode2Clipboard.workflow can be used to extract the content of the QR-Codes into the Clipboard. It can be installed in the same way as the open_QRCode.workflow.

History

Every QR-Scan will be safed under the folder ~/Desktop/QRCodeHistory/.

Legacy installation

3.1 Move open_QRCode.workflow to the ~/Library/Services folder

3.2 To open ~/Library/Services, select Finder, press ShiftCommandG, paste ~/Library/Services and press Enter.

About

This Applescript reads QR Codes from the screen and processes them via zbar. It extracts the urls and automatically opens them in your standard browser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published