Created
May 27, 2025 21:26
-
-
Save goabonga/bc621b09d76b3686fbb7749a8b7b5d07 to your computer and use it in GitHub Desktop.
qrlink
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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