omabeam 0.2.1

Beam clipboard content or one file to a phone with a QR code
1
2
3
4
5
6
7
8
9
{
  "trigger.share.omabeam": {
    "icon": "󰐲",
    "label": "OmaBeam",
    "description": "Beam clipboard via QR code",
    "when": "omarchy-cmd-present omabeam",
    "action": "omarchy-launch-floating-terminal-with-presentation 'tput civis; trap \"tput cnorm\" EXIT; omabeam; status=$?; if (( status != 0 && status != 130 )); then while read -rsn 1 -t 0.1 _ </dev/tty; do :; done; read -rsn 1 </dev/tty; fi; exit 130'"
  },
}