Crates.io | quiqr |
lib.rs | quiqr |
version | 0.1.2 |
source | src |
created_at | 2020-08-05 11:39:25.891846 |
updated_at | 2020-08-05 12:11:25.383225 |
description | A tool for quickly generating a QR code and displaying it on screen. |
homepage | https://github.com/agelito/quiqr |
repository | https://github.com/agelito/quiqr |
max_upload_size | |
id | 273161 |
size | 183,965 |
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:
Quiqr can also optionally save the generated QR code to an image file.
# Generates a QR code from the string `Hello, Quiqr!`.
./quiqr -e "Hello, Quiqr!"
# Generates a QR code from the current clipboard contents.
./quiqr -c
# Generates a QR code from stdin.
./quiqr -s
# 🖼 Generates a QR code and saves it to 'qr.png'.
./quiqr -c -w "qr.png"
<ESC>
or <Q>
Close the window.