Skip to content

Instantly share code, notes, and snippets.

@goabonga
Created May 27, 2025 21:26
Show Gist options
  • Select an option

  • Save goabonga/bc621b09d76b3686fbb7749a8b7b5d07 to your computer and use it in GitHub Desktop.

Select an option

Save goabonga/bc621b09d76b3686fbb7749a8b7b5d07 to your computer and use it in GitHub Desktop.
qrlink
qrlink() {
local url="$1"
qrencode -s 10 -o /tmp/qrcode.png "$url" && xdg-open /tmp/qrcode.png
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment