diff options
| author | twells46 <173561638+twells46@users.noreply.github.com> | 2025-12-31 17:35:47 -0600 |
|---|---|---|
| committer | twells46 <173561638+twells46@users.noreply.github.com> | 2025-12-31 17:35:47 -0600 |
| commit | e0db34ff74766f0f306b55782a2163f7f387e747 (patch) | |
| tree | 8c1b4c8aa82bccebb9371e3f5ef620a1a2e107a8 /private_dot_local/bin/executable_gopassmenu | |
| parent | 24800b2bb604cf1b7d5ec16ffc2641b41c37465d (diff) | |
Update gopass commands
Diffstat (limited to 'private_dot_local/bin/executable_gopassmenu')
| -rw-r--r-- | private_dot_local/bin/executable_gopassmenu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/private_dot_local/bin/executable_gopassmenu b/private_dot_local/bin/executable_gopassmenu index 1fa4f5f..f557307 100644 --- a/private_dot_local/bin/executable_gopassmenu +++ b/private_dot_local/bin/executable_gopassmenu @@ -1,6 +1,6 @@ #!/bin/sh -PW="$(gopass ls --flat | wmenu -l 10 -p 'Password: ' -f 'Liberation Mono 12px' | xargs -r gopass show -o)" +PW="$(gopass ls --flat | wmenu -l 10 -p 'Password: ' -f 'Liberation Mono 12px' | xargs -r gopass show | head -n1)" # [t]ype or copy if [ "$1" = "-t" ] ; then wtype "${PW}" |