🔌 Watch your MacBook connection ⚡
Watch power cable connection:
$ connected watch -- say "Power cable disconnected."
or use --command (-c)
$ connected watch -c 'osascript -e "set Volume 10"; say -v Alex "Power cable disconnected."'
Watch Wi-Fi connection:
$ connected watch --wifi -- say "Wi-Fi disconnected."
Watch Bluetooth devices connection:
$ connected watch --bluetooth -- sh ./twilio_call.sh
homebrew tap:
$ brew install k1LoW/tap/connected
manually:
Download binany from releases page
go get:
$ go get github.com/k1LoW/connected