scripts

Utilitity scripts
git clone git://gtms.dev:scripts
Log | Files | Refs

qrshotcopy (124B)


      1 #!/usr/bin/env zsh
      2 
      3 pkill -f "qrshot$" && exit 0
      4 text="$(qrshot)"
      5 notify-send "QR CODE" "$text"
      6 echo "$text" | xclip -sel c