Quiqr is a tool for quickly generating a QR code from text and then display the generated QR code on screen.
Quiqr can display QR codes coming from various input sources. But it can only have one input source selected. The options are: - String supplied as command line argument. - String from current clipboard content. - String from stdin.
Quiqr can also optionally save the generated QR code to an image file.
```
Hello, Quiqr!
../quiqr -e "Hello, Quiqr!"
./quiqr -c
./quiqr -s
./quiqr -c -w "qr.png" ```
<ESC>
or <Q>
Close the window.