QR Generate!
For more information on the project, take a look at the README and this website.
Note Make sure you have Cargo installed
Currently, as the crate is not published, you can only install it from source with
```sh
cargo install qrg ```
You can get the list of available commands as follows:
``` $ qrg -h Generates QRCodes with a logo overlay.
Usage: qrg.exe [OPTIONS]
Arguments:
Options:
-d, --destination
I will try to keep this outdated but you should run it for yourself just in case some command detail has changed.
Create a QR Code pointing to github.com
and dump the image to a file called tmp.png
.
sh
qrg github.com -d tmp.png