Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garywill/qrshot
Decode/encode QR code on Linux. 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: about 1 month ago
JSON representation
Decode/encode QR code on Linux. 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 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-12T04:10:20.000Z (about 6 years ago)
- Last Synced: 2023-03-02T12:06:28.792Z (almost 2 years 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: 28
- Watchers: 3
- Forks: 5
- 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"
```
![encoding screenshot](encode.png)## Dependencies
- scrot - screen capturer
- zbar - image QR decoder
- qrencode - QR encoder