Skip to content

Instantly share code, notes, and snippets.

@yrns
Created August 25, 2014 20:44
Show Gist options
  • Save yrns/8ea171b3968f26486634 to your computer and use it in GitHub Desktop.
Save yrns/8ea171b3968f26486634 to your computer and use it in GitHub Desktop.
Share clipboard text with a phone via QR code
#!/bin/sh
xclip -o | qrencode -t PNG -o- > /tmp/qr.$$; notify-send -i "/tmp/qr.$$" -t 0 -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment