Hacker News new | ask | show | jobs
by blopker 651 days ago
This is great, thank you for sharing! The QR code generator alone sold me on getting it. So many online generators demand I make an account for some reason.

It would be amazing if this were extendable with plugins though. I have a ton of custom terminal scripts for my workflows, but some of them would just be better with a simple UI. Global hotkeys that take me right to the tool would be awesome too.

Edit: it looks like global hotkeys can be done with the URL Scheme feature and Raycast. Nice.

1 comments

Do you need fancy looking ones or just barebones QR codes? Because the latter you can just get from the qrcode Python package and simply go "qr news.ycombinator.com > hn.png" in your terminal.

https://pypi.org/project/qrcode/