Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 🖥️⌨️📲

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