Options (3)
-o, --outputbooleanConvert a string to a QR code and save to an output file
Example:
qrencode {{[-o|--output]}} {{path/to/output_file.png}} {{string}}-r, --read-frombooleanConvert an input file to a QR code and save to an output file
Example:
qrencode {{[-o|--output]}} {{path/to/output_file.png}} {{[-r|--read-from]}} {{path/to/input_file}}-t, --typebooleanConvert a string to a QR code and print it in terminal
Example:
qrencode {{[-t|--type]}} ansiutf8 {{string}}Examples (4)
Convert a string to a QR code and save to an output file
qrencode [-o|--output] path/to/output_file.png stringConvert an input file to a QR code and save to an output file
qrencode [-o|--output] path/to/output_file.png [-r|--read-from] path/to/input_fileConvert a string to a QR code and print it in terminal
qrencode [-t|--type] ansiutf8 stringmade by @shridhargupta | data from tldr-pages