password selector puts username in primary selection now
modified: .local/bin/tools/passmenu2
This commit is contained in:
parent
6907760e58
commit
937fdd50a7
@ -45,6 +45,7 @@ while [ "$DONE" -eq 0 ] ; do
|
||||
|
||||
if [[ $typeit -eq 0 ]]; then
|
||||
pass show -c "$SELECTION" > $HOME/.cache/passstring
|
||||
pass show "$SELECTION" | awk 'NR == 2 {print $NF}' | xclip -i -selection primary
|
||||
sed -e "s/^/\"/" -e "s/$/\"/" $HOME/.cache/passstring | xargs -r notify-send "Password" -t 4000
|
||||
sleep 45
|
||||
if [ -f $HOME/.cache/passstring ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user