README.md (363B)
1 # qrshot 2 Decode QR code on screen, or encode a string then echo QR code on terminal, on Linux. 3 4 ## Usage 5 6 ### Decode 7 8 Run `qrshot` in terminal, use mouse to select QR code area on screen. 9 10 ### Encode 11 12 ``` 13 $ qrshot "Sample string" 14 ``` 15 ![encoding screenshot](encode.png) 16 17 ## Dependencies 18 19 - scrot - screen capturer 20 - zbar - image QR decoder 21 - qrencode - QR encoder