New favorite Vim config line:

nmap <Leader>qr :%!qr --ascii<CR>

Write some text, then hit <Leader>qr to transform it into a QR code (intended to be scanned with your phone).

Uses python-qrcode.

⤋ Read More