https://github.com/garywill/qrshot
Decode/encode QR code on Linux (X11). Decode QR code on screen, or encode a string then echo QR code on terminal 🖥️⌨️📲
https://github.com/garywill/qrshot
linux qrcode qrcode-generator qrcode-reader qrcode-scanner qrdecoder qrencode screenshot terminal
Last synced: 6 months ago
JSON representation
Decode/encode QR code on Linux (X11). Decode QR code on screen, or encode a string then echo QR code on terminal 🖥️⌨️📲
- Host: GitHub
- URL: https://github.com/garywill/qrshot
- Owner: garywill
- Created: 2018-05-31T09:41:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-12T04:10:20.000Z (almost 7 years ago)
- Last Synced: 2025-04-15T07:55:58.967Z (6 months ago)
- Topics: linux, qrcode, qrcode-generator, qrcode-reader, qrcode-scanner, qrdecoder, qrencode, screenshot, terminal
- Language: Shell
- Homepage: https://garywill.github.io
- Size: 4.88 KB
- Stars: 36
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qrshot
Decode QR code on screen, or encode a string then echo QR code on terminal, on Linux.## Usage
### Decode
Run `qrshot` in terminal, use mouse to select QR code area on screen.
### Encode
```
$ qrshot "Sample string"
```
## Dependencies
- scrot - screen capturer
- zbar - image QR decoder
- qrencode - QR encoder