/pwd-manager-cli

Command line interface for managing passwords.

Primary LanguageJavaScript

Password Manager (CLI) :--

Command line interface for managing passwords.

Installation:-

Install the dependencies

$ npm install

Create Symlink:-

$ npm link

Usage:-

Add Application (add or a)

$ pwdmanager-cli add

add

List Application (list or l)

$ pwdmanager-cli list

list

Find Application (find or f)

$ pwdmanager-cli find [application_name]

find

Update Application (update or u)

$ pwdmanager-cli update [application_name]

Prompts for detatils to update!

Remove Application (remove or r)

$ pwdmanager-cli remove [application_name]

Deletes the application provided!

App Info

Author - Nilay Gupta

Version - 1.0.0

help