Skip to content
This repository has been archived by the owner on Apr 28, 2019. It is now read-only.
/ contacts Public archive

Sorry, I'm no longer maintaining this software. Please have a look at the various forks.

License

Notifications You must be signed in to change notification settings

dhess/contacts

Repository files navigation

NOTE: I am no longer maintaining this software. Rather than removing the repo, I'll keep it here 
for posterity, but please do not submit bug reports against it.


                         README for contacts

The utility contacts gives you access to view and search all your records in the AddressBook database.  

To install contacts, double click the contacts1.1.pkg and follow the instructions.  To uninstall contacts, run the following commands (if you're installing contacts, you should be somewhat comfortable with the command line):

$ rm /usr/bin/contacts
$ rm /usr/share/man/man1/contacts.1

With version 1.1, contacts is now installed in /usr/bin instead of /usr/local/bin; the '-S' option was added; firstname first or vice versa is now handled correctly; added the notes to the search fields; added tokens to access addresses (i.e.  '%a', '%ha', etc); added '%u' token to access unique identifier for each person. 

Without further ado, here are a few examples:

$ contacts -h
usage: contacts [-hHsmnlS] [-c|-f format] [search]
      -h displays help (this)
      -H suppress header
      -s sort list
      -m show me
      -n displays note below each record
      -l loose formatting (doesn't truncate record values)
      -S strict formatting (doesn't add space between columns)
      -c output as calendar(1) file format
      -f accepts a format string (see man page)

displays contacts from the AddressBook database

$ contacts
NAME                  PHONE        IM                  EMAIL                    
Kim Jong Il           +82-(001)385 License2KimJongill  [email protected]
George W Bush         202-276-4300 Bush43              [email protected]
[...]

$ contacts bush
NAME                  PHONE        IM                  EMAIL                    
George W Bush         202-276-4300 Bush43              [email protected]

$ contacts -f "%n %w" mrill
NAME                  HOMEPAGE
Kim Jong Il           http://www.livejournal.com/users/kim_jong_il__/

For more info and details, see the man page.  :)

Contributions, patches, ideas, and criticisms are welcome.

-shane (at) gnufoo (dot) org

About

Sorry, I'm no longer maintaining this software. Please have a look at the various forks.

Resources

License

Stars

Watchers

Forks

Packages

No packages published