lastpass / lastpass-cli

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

Generate Password require numbers #638

Open acrane1 opened 1 year ago

acrane1 commented 1 year ago

I'm using the password generator in a script, I've removed symbols, but I want to require numbers in the password. I don't see an option for this in the man page entry. "lpass generate [--sync=auto|now|no] [--clip, -c] [--username=USERNAME] [--url=URL] [--no-symbols] [--color=auto|never|always] {NAME|UNIQUEID} LENGTH"

Any way to add that option?

waterkip commented 10 months ago

It's not a lpass solution, but on Unix you have pwgen, perhaps you can use that?