bram85's Blog

bram85's Avatar Image
Tooting mostly about #emacs.
← All posts

Here’s a function to generate QR codes inside #Emacs. Select a region or enter the text in the minibuffer and it will be encoded with the external qrencode tool. By default it generates an UTF8 QR code, with a universal prefix an PNG is created.

https://apps.bram85.nl/git/bram/gists/src/commit/73a87ed7675e9f71de3a7cb0cd2c43727dd34e05/gists/generate-qr.el

This is different from the qrencode.el package which is a native #elisp QR encoder:

https://github.com/ruediger/qrencode-el

Emacs screenshot showing a generated QR code.
Emacs screenshot showing a generated QR code.
To like or reply, open original post on Emacs.ch