Skip to content

Instantly share code, notes, and snippets.

@suhlig
Last active September 10, 2022 09:24
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 suhlig/2c500dbd1f999f23fc02f1aed32bb97a to your computer and use it in GitHub Desktop.
Save suhlig/2c500dbd1f999f23fc02f1aed32bb97a to your computer and use it in GitHub Desktop.
Encode the clipboard content as QR code and show it in Preview
# adapted from https://twitter.com/David3141593/status/1509457643206811652
pbpaste | qrencode -o - | open -fa Preview
# terminal only
pbpaste | qrencode -t UTF8 -o -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment