You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just like passing the -c allows copying only the 1st line to the clipboard, can we have a way to explicitly only show the password as an enhancement request.
and to use for scripting purposes I'd like to just extract the password.
I know I can use head -n1 but it would be a little cleaner to just pull out the password like we can pull out the other yaml fields, e.g.
gopass entry project gopass entry region gopass -c entry # copies just password to clipboard
As a possible suggestion gopass show -o entry # to show ONLY the password
or gopass show -a entry # inversely, require -a to show all yml fields and default to only showing password, might be unpopular
The text was updated successfully, but these errors were encountered:
Just like passing the
-c
allows copying only the 1st line to the clipboard, can we have a way to explicitly only show the password as an enhancement request.I like to add extra metadata e.g.
and to use for scripting purposes I'd like to just extract the password.
I know I can use
head -n1
but it would be a little cleaner to just pull out the password like we can pull out the other yaml fields, e.g.gopass entry project
gopass entry region
gopass -c entry # copies just password to clipboard
As a possible suggestion
gopass show -o entry # to show ONLY the password
or
gopass show -a entry # inversely, require -a to show all yml fields and default to only showing password, might be unpopular
The text was updated successfully, but these errors were encountered: