목차

, , ,

qrencode

qrencode 는 문자열이나 표준입력을 QR Code 이미지 또는 터미널용 텍스트로 변환하는 CLI 도구다.

Summary

Installation

apt install qrencode
dnf install qrencode
brew install qrencode

Usage

qrencode [OPTION]... [STRING]

Options

Examples

qrencode "https://example.com"
qrencode -o login.png "otpauth://totp/demo?secret=BASE32SECRET"
qrencode -t SVG -o wifi.svg "WIFI:T:WPA;S:OfficeWiFi;P:REDACTED;;"
qrencode -t ANSIUTF8 < text.txt
printf '%s' 'hello from stdin' | qrencode -t UTF8

Troubleshooting

Compatibility

Help

qrencode --help

See Also

History