Command line client for my password manager.
Check out the password manager website.
Install it using npm
npm i -g @royalrawal/password-manager-cli
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
The backend repository: password-manager-backend.
The web frontend repository: password-manager.
Please drop a star ⭐ if you like this project.
Please open an issue before making any major changes.
Made with ❤️ for 🌏 Everyone