diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2025-02-07 10:12:55 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2025-02-07 10:12:55 +0300 |
commit | 9bcaaaf22708be4e2cb29c0e130444fed3253bbc (patch) | |
tree | 208f5daa21332b0ae23343a15dff6acba68dcecb /qrread | |
parent | 98bac79a5878faff965728ad668c65da8a3c56e1 (diff) |
qrread script
Diffstat (limited to 'qrread')
-rwxr-xr-x | qrread | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#!/bin/sh + +maim -u -s /tmp/qr.png && zbarimg -S test-inverted -q --raw /tmp/qr.png | tr -d '\n' | xclip -selection clipboard && notify-send "QR Code" "Contents copied to clipboard" |