Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
lorenzfx
on March 6, 2013
|
parent
|
context
|
favorite
| on:
Show HN: QR Codify, The Most Useful Snippet I've E...
I'm using a zsh function with similar functionality for exactly the same purpose:
qrdisplay () { qrencode -o - "$1" | display }
claudius
on March 6, 2013
[–]
"$*" is probably more likely what you want, and throwing in an extra "--" prevents it from choking on arguments that start with a dash.
lorenzfx
on March 6, 2013
|
parent
[–]
you're right, but since I only ever used it for urls I never had noticed these problems
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: