qrencode — generate ASCII QR codes in macOS terminal
Created On
Last Updated On
byTimothy Perfitt
You are here:
QR Codes are a great way to share information with other devices. Typically, QR Codes are images, but thanks to a great open source project called qrencode, you can easily generate ASCII QR Codes to share information right from the terminal.
The project itself links against libpng and its own library; I compiled it statically so it doesn’t require any external dependencies. You can download the compiled tool here and read more about it here. Here are some interesting things you can do with it: