mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-15 06:12:59 +00:00
9 lines
233 B
Plaintext
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"
|