Add install and usage in readme
This commit is contained in:
parent
e8492cca83
commit
77d0df2436
1 changed files with 14 additions and 1 deletions
15
README.md
15
README.md
|
@ -1,3 +1,16 @@
|
|||
# aerc-contacts
|
||||
|
||||
Search macOS Contacts and output data for aerc email client
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue