2020-07-05 15:44:22 +02:00
|
|
|
# aerc-contacts
|
2020-07-05 15:31:23 +02:00
|
|
|
|
2020-07-05 15:54:35 +02:00
|
|
|
Search macOS Contacts and output data for aerc email client
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
```shell script
|
|
|
|
make install
|
|
|
|
```
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
```shell script
|
|
|
|
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.
|