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

Reply to this note

Please Login to reply.

Discussion

Thanks for the alias!