An Alfred workflow to create QR Codes or scan them.
Download QR-Code.alfredworkflow and import to Alfred (require Powerpack).
Type qr [text]
to generate QR code, this has a 800ms delay.
- Press
Cmd+Y
to preview the QR Code - Press
Enter
to open QR Code in Preview
Use zbar-with-gbk to do the parsing.
Select the target QR Code image, press Cmd + Alt + \
,select Scan QR Code
in the popup file actions.
Once you get the result, you can
- Press
Cmd + L
to preview in large text - Press
Enter
to copy to the clipboard
- Add workflow configuration set directory for saving qr codes
- Use go modules instead of vendor dir
Released under the MIT license.