sglang.0.4.8.post1/oh-my-zsh/plugins/qrcode
hailin d4330e0746 first commit @ sglang v0.4.8.post1 2025-06-29 14:14:11 +00:00
..
README.md first commit @ sglang v0.4.8.post1 2025-06-29 14:14:11 +00:00
qrcode.plugin.zsh first commit @ sglang v0.4.8.post1 2025-06-29 14:14:11 +00:00

README.md

QRCode plugin

Generate a QR Code from the command line. Uses QRcode.show via curl.

alias command
qrcode [text] curl -d "text" qrcode.show
qrsvg [text] curl -d "text" qrcode.show -H "Accept: image/svg+xml"