Skip to content

Search across your contacts and engage with them ✨ (multi apps support)

License

Notifications You must be signed in to change notification settings

Avivbens/alfred-engage-contact

Repository files navigation

Alfred Engage Contact


Latest Version Downloads Latest Version Total Downloads

"Buy Me A Coffee"

Description

Search contacts and engage with them via Alfred.

Fuzzy Search

We support fuzzy search 🥷

You can search for a contact by typing a part of their name or phone number

Install via GitHub Releases ✨

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

Usage

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.

Supported Apps

  • WhatsApp: ecw
  • SMS: ecs
  • Call: ecc
  • Mail: ecm

Once you select a contact, the workflow will open the related app with the selected contact.

Supported Phone Number Formats

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