Just a simple bash script that allows you to create QR Codes right in your terminal. No installation needed! Have fun! Download the file here : https://is.gd/xODR8u Feel free to modify and republish the source code : #!/bin/bash echo What do you want to send? read varname xdg-open "https://chart.googleapis.com/chart?chs=400x400&cht=qr&chl=$varname&chld=L|1&choe=UTF-8" Thanks to Google for the QR Code API Contact : hello@shared-files.de Also check out a script for file sharing in the terminal here : https://rentry.co/shareinterminal