File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed
Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 22
33A simple script for querying contacts from the command line.
44
5- ## [ mutt] ( http://www.mutt.org/ ) integration
5+ Usage:
6+
7+ ``` sh
8+ $ contacts query
9+ NAME EMAIL
10+ 11+ ```
12+
13+ ## Installation
14+
15+ ``` sh
16+ brew install keith/formulae/contacts-cli
17+ ```
18+
19+ ### [ mutt] ( http://www.mutt.org/ ) integration
620
721Somewhere in your ` muttrc ` :
822
923```
1024set query_command="contacts '%s'"
1125bind editor <Tab> complete-query
1226```
27+
28+ ##### Notes
29+
30+ - This is a simplified replacement for the unmaintained
31+ [ contacts] ( http://www.gnufoo.org/contacts/contacts.html )
32+ - This is distributed as a compiled executable rather than a swift
33+ script to help with swift compatibility during new releases.
34+ - If you have trouble running the script inside tmux see [ this
35+ issue] ( https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard/issues/43 )
You can’t perform that action at this time.
0 commit comments