Skip to content

Query macOS contacts from the command line

License

Notifications You must be signed in to change notification settings

aron-silverton/contacts-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contacts-cli

A simple script for querying contacts from the command line.

Usage:

$ contacts query
NAME	EMAIL
[email protected]	First Last

Installation

brew install keith/formulae/contacts-cli

OR

make install

mutt integration

Somewhere in your muttrc:

set query_command="contacts '%s'"
bind editor <Tab> complete-query
Notes
  • This is a simplified replacement for the unmaintained contacts
  • This is distributed as a compiled executable rather than a swift script to help with swift compatibility during new releases.
  • If you have trouble running the script inside tmux see this issue

About

Query macOS contacts from the command line

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 74.0%
  • Makefile 26.0%