Effortlessly send notifications from your terminal to your iOS device.
NOTE: You will need to install the yo
iOS App (will be public soon) to make use of this tool.
On macOS with brew
:
$ brew install yocli/yocli/yo
To generate and display a QR Code for pairing with your iOS device:
$ yo pair
Then scan the QR Code with the yo
iOS App (will be public soon).
yo
is just a normal command line program, after your computer is paired with your iOS device, you can use it wherever you'd like!
Send a notification to your iOS device after <long-running command>
has finished (perfect for build/test/deploy jobs):
$ <long-running command>; yo
Use it in a script if something fails:
#!/bin/sh
<long-running command> || yo
Annoy yourself:
$ yo
If notifications are not showing up properly on your iOS device, you may want to re-pair by invoking:
$ yo repair