16 lines
306 B
Markdown
16 lines
306 B
Markdown
# aerc-contacts
|
|
|
|
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.
|