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:
- Open Terminal.
- Run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install contacts using brew
brew install contacts
contacts is ready to use now!