Search contacts and engage with them via Alfred.
We support fuzzy search 🥷
You can search for a contact by typing a part of their name or phone number
repo_name="Avivbens/alfred-engage-contact"
download_url=$(curl -s "https://api.github.com/repos/$repo_name/releases/latest" | grep "browser_download_url.*alfredworkflow" | cut -d '"' -f 4)
curl -fsSLk $download_url -o ~/Desktop/alfred-engage-contact.alfredworkflow
open ~/Desktop/alfred-engage-contact.alfredworkflow
Search contacts via the keyword ec<RELATED_APP>
.
A list of all matched contacts will be displayed, and you can select a contact by pressing Enter
.
- WhatsApp:
ecw
- SMS:
ecs
- Call:
ecc
- Mail:
ecm
Once you select a contact, the workflow will open the related app with the selected contact.
The workflow can accept a default country code, which will be used if the contact does not have a country code.
All formats of phone numbers are supported, including:
+1-50-1234567
+1501234567
050-1234567
0501234567
(808) 1234 567
+1 (808) 1234 567
(808)1234567
- etc ...