Hey Nostr, what's the best command line tool to generate a QR code?
Discussion
I asked this to my self bout two weeks ago, hopefully someone knows
π€£ Hopefully Nostr can replace Google.
Soon I say real soon
I caved and asked the googs. It looks like qrencode package can do it. BRB.
Yegor ? π§ππ«π»ππβ³οΈ
As long as it isnt private information that you want to keep off the internet.
curl qrenco.de/thing_to_convert_to_qr
Yeah, I'd prefer it isn't public. Thanks.
qrencode
absolutely this
open CMD
curl qrenco.de/replace this text with ANYTHING

qrencode...super simple to use
Speaking as someone who constantly shares text betweem phone and pc exclusively using QR codes, I wrote my own scripts to
* write a QR with clipboard content: https://git.sommerfeld.dev/dotfiles/tree/home/.local/bin/wqr
* read a QR and put the content in the system clipboard: https://git.sommerfeld.dev/dotfiles/tree/home/.local/bin/rqr
To read and generate qr codes on android, I use BinaryEye
