Copy from desktop to mobile via QR code

from blog lmno.lol @alvaro, | ↗ original
Marcin Borkowski has a nice tip to quickly copy text or URLs between desktop and mobile using QR codes. Wrote a little elisp to do a similar thing using the clipboard via Emacs: (defun ar/misc-clipboard-to-qr () "Convert text in clipboard to qrcode and display within Emacs." (interactive) (let ((temp-file (concat (temporary-file-directory)...