LinuxCommandLibrary

qrc

QR code generator for text terminals

TLDR

Generate a QR code from text
$ qrc "[text]"
copy
Generate a QR code from stdin
$ echo "[text]" | qrc
copy

SYNOPSIS

qrc [options] [text]

DESCRIPTION

qrc is a QR code generator that outputs scannable QR codes directly in the terminal using ASCII art or Sixel graphics. It accepts text from command-line arguments or standard input, with options for QR code inversion, margin adjustment, and foreground/background color customization.

HISTORY

qrc was created by SATOH Fumiyasu (fumiyas) and is written in Go.

SEE ALSO

qrtool(1), qrencode(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard