commit 1ccd7a9ee944f09a3633c6bdbf5417fc6d07dd71
parent 64396c52ca0a249e9236e7e2fc20dd15f5aa72a5
Author: Wim Dupont <wim@wimdupont.com>
Date: Fri, 1 Jul 2022 15:53:58 +0200
pwu-remove username clipboard limit
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/pwu b/bin/pwu
@@ -40,7 +40,7 @@ if [[ $typeit -eq 0 ]]; then
fi
username=$(echo "$selection" | sed -n 2p)
echo "$username"
- echo "$username" | xclip -l 1
+ echo "$username" | xclip
pass -c "$password" 2>/dev/null
url=$(echo "$selection" | sed -n 3p)
if [[ "$url" ]]; then