Skip to content

Instantly share code, notes, and snippets.

@b0o
Created November 10, 2018 02:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save b0o/2ce1bc1617baf364cca1d8a79b5c3fb9 to your computer and use it in GitHub Desktop.
Save b0o/2ce1bc1617baf364cca1d8a79b5c3fb9 to your computer and use it in GitHub Desktop.
#!/bin/bash
qrencode -o - -s 1 \
"$(xclip -out -selection clipboard)" |
feh --zoom max \
--force-aliasing \
--image-bg white \
-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment