pass-fuzzel: Escribir contraseña en vez de copiar
This commit is contained in:
parent
aa7b92458f
commit
9db08412ea
1 changed files with 1 additions and 3 deletions
|
@ -13,6 +13,4 @@ password=$(printf '%s\n' "${password_files[@]}" | fuzzel-run -d)
|
|||
|
||||
[[ -n $password ]] || exit
|
||||
|
||||
pass show -c "$password" 2>/dev/null
|
||||
|
||||
notify-send pass-fuzzel "Copied $password into the clipboard."
|
||||
pass show "$password" | wtype -
|
||||
|
|
Loading…
Reference in a new issue