Open FaceTime Call from Command Line

By  on  

Communication tools are always associated with UIs, and for good reason -- if you want communication to be easy and intuitive, you need easy and intuitive interfaces. We need communication tools to provide the lowest barrier of entry, since not all users will be tech savvy.

For tech experts like us, however, we love command line tools to automate just about everything. This led me to thinking: is it possible to initiate a FaceTIme call from command line?

# Call Jenny
open facetime://5558675309

Using the FaceTime protocol, you can start a FaceTime call from command line with the recipient's phone number.

My children better hope that I don't get remote access to their computers when they move away -- they'll suddenly be calling their mother every day!

Recent Features

  • By
    LightFace:  Facebook Lightbox for MooTools

    One of the web components I've always loved has been Facebook's modal dialog.  This "lightbox" isn't like others:  no dark overlay, no obnoxious animating to size, and it doesn't try to do "too much."  With Facebook's dialog in mind, I've created LightFace:  a Facebook lightbox...

  • By
    Welcome to My New Office

    My first professional web development was at a small print shop where I sat in a windowless cubical all day. I suffered that boxed in environment for almost five years before I was able to find a remote job where I worked from home. The first...

Incredible Demos

Discussion

    Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!