Search macOS Contacts and output data for aerc email client
Go to file
Gabriel Augendre 47b594d057 Update 'README.md' 2022-01-02 19:29:26 +01:00
Sources/aerc-contacts-cli Initial commit 2020-07-05 15:31:23 +02:00
Tests Initial commit 2020-07-05 15:31:23 +02:00
.gitignore Ignore IDE files 2020-07-05 16:02:13 +02:00
LICENSE Update 'LICENSE' 2022-01-01 22:27:31 +01:00
Makefile Add bottle steps to makefile 2020-07-06 09:19:28 +02:00
Package.swift Rename binary 2020-07-05 15:42:52 +02:00
README.md Update 'README.md' 2022-01-02 19:29:26 +01:00

README.md

aerc-contacts

Search macOS Contacts and output data for aerc email client.

The authoritative source for this repo is at https://git.augendre.info/gaugendre/aerc-contacts-macos

This is a fork of https://github.com/keith/contacts-cli/ which is released under MIT. This code is also released under the MIT license.

Installation

make install

OR

brew tap crocmagnon/homebrew-formulae https://git.augendre.info/gaugendre/aerc-contacts-macos.git
brew install aerc-contacts

Usage

aerc-contacts John Doe

This will output all emails and contact names matching "John" and "Doe" in either the first name, last name or email fields.

You should use it in your aerc.conf:

address-book-cmd=aerc-contacts %s

Reuse

If you do reuse my work, please consider linking back to this repository 🙂