Global Feed Post Login
Replying to Avatar daniele

I have this alias:

qr() {

qrencode "$1" -o - | viu -

}

So from the command line I do:

qr whatever_I_need_to_put_in_the_qrcode

And it show the qrcode in the terminal

Avatar
daniele 1y ago

Reply to this note

Please Login to reply.

Discussion

Avatar
Derek Ross 1y ago

Thanks for the alias!

Thread collapsed