various tweaks and refactors
This commit is contained in:
parent
2fb479e4ec
commit
8e5f4e4d9e
7 changed files with 31 additions and 24 deletions
|
@ -28,5 +28,5 @@ if [[ $typeit -eq 0 ]]; then
|
|||
fi
|
||||
notify-send -a "pass" "$msg" "$password"
|
||||
else
|
||||
pass show "$password" | { read -r pass; printf %s "$pass"; } | xdotool type --clearmodifiers --file -
|
||||
gopass show "$password" | { read -r pass; printf %s "$pass"; } | xdotool type --clearmodifiers --file -
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue