https://github.com/monich/qrclip
Show the contents of the clipboard as a QR code
https://github.com/monich/qrclip
clipboard qr-code qt
Last synced: about 1 month ago
JSON representation
Show the contents of the clipboard as a QR code
- Host: GitHub
- URL: https://github.com/monich/qrclip
- Owner: monich
- License: other
- Created: 2025-10-08T12:12:41.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-10-27T17:51:25.000Z (8 months ago)
- Last Synced: 2025-11-07T12:11:02.165Z (7 months ago)
- Topics: clipboard, qr-code, qt
- Language: C++
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
QR Clip
=======
A simple app which shows the contents of the clipboard as a QR code.
The primary use case is to scan it with your smartphone, i.e. it's
basically a quick way to transfer some text from your computer to
your phone when you need it.
Ctrl+C copies the QR code image to the clipboard, Ctrl+S saves it to
a PNG file.
That's all. Nice and simple.