🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

console-contacts

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

console-contacts

CLI contacts manager

1.2.0
Maintainers
1

console contacts

A simple python app for you to manage your contacts. Tested on python 3, probably not compatible with python 2.

Installation

Fast install:

::

pip install console-contacts  

Examples

:: console-contacts -l

Here is the output: contactName1 contactName2 contactName3 contactName4 :: console-contacts -s Mary Output: Mary mary@example.com 1234567890

:: console-contacts -a Bob bob@example.com 0987654321

This adds a contact with the name Bob, the email bob@example.com, and the phone number 0987654321

:: console-contacts -r Bob bob@example.com

This removes Bob from your contacts

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts