System Grab Bag

View all TLDR pages from common (or from all pages)

lpass

Command-line interface for the LastPass password manager. More information: https://github.com/lastpass/lastpass-cli.
  • 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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.