lastpass / lastpass-cli

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

ability to show or list only fields without exposing content of the secret #562

Open kucharskim opened 4 years ago

kucharskim commented 4 years ago

Something along the lines of:

$ lpass show <id> | grep -F : | cut -f1 -d:    
Shared-infrastructure/Servers/OVH [id
Date
Hostname
Public Key
Private Key
Passphrase
Format
Bit Strength
Language
NoteType

but maybe as an option to show command, like -f or having an ls command ability to list fields with additional option: lpass ls -f <id>