2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-11 01:10:31 +00:00
cheat.sheets/sheets/qrify

12 lines
271 B
Plaintext

# Qrify
Description: 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"
# Encode a url into a qr code
github.com