Skip to content

Instantly share code, notes, and snippets.

@mattes
Last active December 29, 2020 09:49
Show Gist options
  • Star 34 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mattes/d1c9ebf4c9d85aff5c03 to your computer and use it in GitHub Desktop.
Save mattes/d1c9ebf4c9d85aff5c03 to your computer and use it in GitHub Desktop.
Place a call from terminal using your iPhone (Mac OS X Yosemite & iOS 8)
#!/usr/bin/env sh
open "tel://$*"
@mattes
Copy link
Author

mattes commented Nov 4, 2014

Install

Go through OS X Yosemite: Use your Mac to make and receive phone calls and then download this little script:

curl https://gist.githubusercontent.com/mattes/d1c9ebf4c9d85aff5c03/raw/call > /usr/local/bin/call && chmod +x /usr/local/bin/call

@mattes
Copy link
Author

mattes commented Nov 5, 2014

If you are a Alfred user, get the Alfred Workflow, too.

@ldong
Copy link

ldong commented Feb 18, 2015

This is cool. Thanks @mattes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment