Facebook
From Mungo Goat, 1 Year ago, written in Bash.
Embed
Download Paste or View Raw
Hits: 87
  1. Just a simple bash script that allows you to create QR Codes right in your terminal.
  2. No installation needed!
  3. Have fun!
  4.  
  5. Download the file here : https://is.gd/xODR8u
  6.  
  7. Feel free to modify and republish the source code :
  8.  
  9. #!/bin/bash
  10. echo What do you want to send?
  11. read varname
  12. xdg-open "https://chart.googleapis.com/chart?chs=400x400&cht=qr&chl=$varname&chld=L|1&choe=UTF-8"
  13.  
  14. Thanks to Google for the QR Code API
  15.  
  16. Contact : hello@shared-files.de
  17.  
  18. Also check out a script for file sharing in the terminal here : https://rentry.co/shareinterminal