Skip to content

AyushRawal/password-manager-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

passman

GitHub issues GitHub stars GitHub license David

Command line client for my password manager.

Check out the password manager website.

Demo

demo

Installation 🛠

Install it using npm

npm i -g @royalrawal/password-manager-cli

Usage 📑

To use it simply run passman from the terminal.

 Available commands:
                ls -- list all records
                new -- add a new record
                edit [index] -- edit an existing record at [index]
                show [index] -- show an existing record at [index]
                rm [index] -- remove an existing record at [index]
                cp [index] -- copy password to clipboard of an existing record at [index]
                import [filename] -- import records from csv file
                export [filename] -- export records to csv file
                exit -- exit passman
                ?, help -- print this help message

Also check out

The backend repository: password-manager-backend.

The web frontend repository: password-manager.

Support 🙏

Please drop a star ⭐ if you like this project.

Contributing

Please open an issue before making any major changes.


Made with ❤️ for 🌏 Everyone