Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shanecelis/contacts
Display contacts from the AddressBook database
https://github.com/shanecelis/contacts
Last synced: about 2 months ago
JSON representation
Display contacts from the AddressBook database
- Host: GitHub
- URL: https://github.com/shanecelis/contacts
- Owner: shanecelis
- License: gpl-2.0
- Created: 2012-09-25T00:37:49.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-05-04T07:58:28.000Z (over 2 years ago)
- Last Synced: 2023-04-13T17:21:16.063Z (over 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 33.2 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
README for contacts
===================The utility `contacts` provides command line access to view and search
all records in the AddressBook database.Build
-----To build from the source distribution, run:
$ make
Install
-------$ sudo make install
Uninstall
---------$ sudo make uninstall
Examples
--------Here are a few examples:
$ contacts -h
usage: contacts [-hHsmnlS] [-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 (does not truncate record values)
-S strict formatting (does not add space between columns)
-f accepts a format string (see man page)This utility 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 information and details, see the man page. :)
Contributions, patches, ideas, and criticisms are welcome.
-shane (at) gnufoo (dot) org