logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

LastPass - Manage Passwords via Command Line | Online Free DevTools by Hexmos

Manage passwords securely with LastPass command-line interface (lpass). Generate strong passwords, store credentials, and automate password management. Free online tool, no registration required.

lpass

Interface for the LastPass password manager. More information: https://lastpass.github.io/lastpass-cli/lpass.1.html.

  • Log in to your LastPass account, by entering your master password when prompted:

lpass login {{username}}

  • Show login status:

lpass status

  • List all sites grouped by category:

lpass ls

  • Generate a new password for gmail.com with the identifier myinbox and add to LastPass:

lpass generate --username {{username}} --url {{gmail.com}} {{myinbox}} {{password_length}}

  • Show password for a specified entry:

lpass show {{myinbox}} --password

See Also