How to Install contacts on Mac using Brew

Package Information:

Name: contacts
Use: The utility contacts gives you access to view and search all your records in the AddressBook database.
URL: http://www.gnufoo.org/contacts/contacts.html

Installation Steps:

  1. Open Terminal.
  2. Run the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install contacts using brew
    brew install contacts

contacts is ready to use now!