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
Please Login to reply.
Thanks for the alias!