victorperin / qr-scanner-cli

A CLI tool to read QR Code from images
https://victorperin.github.io/qr-scanner-cli/
MIT License
73 stars 24 forks source link

Add functionality for a add-to-clipboard parameter #39

Closed wjbaker101 closed 5 years ago

wjbaker101 commented 5 years ago

Merge request for adding functionality for automatically copying the result text of a QR code to the user's clipboard when the --clipboard (or -p) parameter is added.

This should only copy the "raw" text, meaning it should not copy any decoration done by the code such as the green box.

Based on issue: #36.

victorperin commented 5 years ago

@wjbaker101 I've made the changes. I'm just working on a fix for the clipboard on Circle CI.

victorperin commented 5 years ago

Thanks @wjbaker101 for your contribution. :)