- First clone my repository
git clone https://github.com/mavinsi/passwarden
- Give execution permission to the script
sudo chmod +x install.sh
- now run the install script
sudo ./install.sh
To start store your password or token: passwarden -S service_name password_or_token
Now you can view your stored password or token: passwarden -V service_name
or also list all stored passwords or tokens: passwarden -L
If you prefer you can remove your password or token: passwarden -R service_name