lastpass / lastpass-cli

LastPass command line interface tool
GNU General Public License v2.0
2.85k stars 292 forks source link

Terminal option for typing account password #456

Closed fredaas closed 5 years ago

fredaas commented 5 years ago

When logging in with lpass login <email>, a GUI-box pops up for the user to insert the account password.

This seems a little unnecessary since the entire application in CLI-based with the exception of the field where you insert the account password.

I propose two solutions:

  1. Remove the GUI element for inserting the account password and replace it with a CLI-based alternative.
  2. Add an CLI-based option which makes it possible to choose between the two.

If this sound like a good idea, please let me know and I'll help contribute to add the functionality.

apiology commented 5 years ago

@fredaas - This info should resolve your issue: https://github.com/lastpass/lastpass-cli/blob/master/lpass.1.txt#L78

fredaas commented 5 years ago

@apiology Thanks! Somehow my brain managed to overlook that section in the man page. Closing issue.