Cli

Generate QR Codes with URL From CLI

Why? It can be useful to have a QR code for a URL, opportunities are endless. For example, you can print it on your business card, or use it for sharing information about a user group.

Generate QR code

brew install qrtool
qrtool encode "https://lysenko.dev" -t ansi-true-color # Generate QR code in terminal
qrtool encode "https://lysenko.dev" > qr.png # Generate QR code in PNG format

URL can be scanned by any mobile device with a camera - and it will open the URL in a browser.

References