diff options
author | Michael Kantor <michael@mikekantor.xyz> | 2024-12-18 00:26:14 -0500 |
---|---|---|
committer | Michael Kantor <michael@mikekantor.xyz> | 2024-12-18 00:26:14 -0500 |
commit | bd629235bb283e3f4f4a4ce60faf721c1bf83fb8 (patch) | |
tree | 59be0bbadb05172f225bce7d78bed1ab88cb671f /qrdisplay.sh | |
parent | 9fd201e01929421abe85aaab5a206ffd1cc350f6 (diff) |
Added hammer script. Added script to display the current clipboard contents as a QR code. Updated README.HEADmaster
Diffstat (limited to 'qrdisplay.sh')
-rwxr-xr-x | qrdisplay.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qrdisplay.sh b/qrdisplay.sh new file mode 100755 index 0000000..adac3f9 --- /dev/null +++ b/qrdisplay.sh @@ -0,0 +1,2 @@ +#!/bin/bash +xclip -o | qrencode -m 2 -s 25 -o /dev/stdout | display |