Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Docu review done: Wed 31 Jul 2024 02:37:20 PM CEST

qrencode

Table of Content

General

Generates QR-Codes from with terminal with qrencode and outputs it into the term, or saves it toa file

Install

To install qrencode with apt, you can just run:

$ apt install qrencode

Samples

Output to in terminal

$ qrencode -l H -t UTF8 "STRING"

Output to file

$ qrencode -t EPS -o qrcode.eps 'Hello World!'