paulw Posted March 25, 2014 Posted March 25, 2014 (edited) I started using the clipboard-sharing app Command-C and, since it has a url scheme, decided I'd like to use it and Alfred to send dial-able phone numbers to my iPhone. This version draws on CarlosNZ’s workflow for structure and adapts the ruby script format-us-phone.rb in the Alfred workflow "Funnel" by ctwise. The script does not filter out phone numbers with letters in them, because it turns out, the iPhone interprets letters in phone numbers correctly. Note that you'll have to edit the script at this line (near the bottom): device = "Someone%27s%20iPhone" and replace "Someone%27s%20iPhone" with the name of your device in double quotes (can be an iOS device or another Mac with Command-C running on it). Please feel free to improve on this workflow! Download here. Edits: 3/26/2014: updated to one single ruby script in the workflow, rather than calling a separate .rb file 3/25/2014: updated to avoid needing to use the clipboard Edited March 27, 2014 by paulw CarlosNZ 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now