2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-15 06:12:59 +00:00
cheat.sheets/sheets/qrify
2017-07-17 21:13:45 +00:00

9 lines
233 B
Plaintext

# qrify (Bash-Snippets)
# converts strings or urls into a qr code
# Encode a single lined string into a qr code
qrify This is an example string
# Encode a multiple lined string into a qr code
qrify -m "This should be \n two lines"