https://github.com/avivbens/alfred-engage-contact
Search across your contacts and engage with them ✨ (multi apps support)
https://github.com/avivbens/alfred-engage-contact
alfred call contact email facetime imessage macos search whatsapp
Last synced: 2 months ago
JSON representation
Search across your contacts and engage with them ✨ (multi apps support)
- Host: GitHub
- URL: https://github.com/avivbens/alfred-engage-contact
- Owner: Avivbens
- License: mit
- Created: 2023-01-30T01:48:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-15T07:45:49.000Z (3 months ago)
- Last Synced: 2025-03-16T16:59:19.679Z (3 months ago)
- Topics: alfred, call, contact, email, facetime, imessage, macos, search, whatsapp
- Language: TypeScript
- Homepage:
- Size: 5.1 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Alfred Engage Contact
[](https://github.com/avivbens/alfred-engage-contact/releases/latest)
[](https://github.com/avivbens/alfred-engage-contact/releases/latest)
[](https://github.com/avivbens/alfred-engage-contact/releases)[](https://www.buymeacoffee.com/kcao7snkgx)
## Description
Search contacts and engage with them via [Alfred](https://www.alfredapp.com/).
### Fuzzy Search
We support fuzzy search :ninja:
You can search for a contact by typing a part of their name or phone number
### Install via GitHub Releases :sparkles:
```bash
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`.
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 ...