Skip to content

yocli/homebrew-yocli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

yo command line client

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.

Install

On macOS with brew:

$ brew install yocli/yocli/yo

Usage

Initial pairing

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).

Normal usage

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

Troubleshooting

If notifications are not showing up properly on your iOS device, you may want to re-pair by invoking:

$ yo repair

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages