From d2e2c8a8b3bb2875574ee19a4564db7380f41b71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mirko=20K=C3=B6nig?= Date: Thu, 10 Jun 2021 09:39:48 +0200 Subject: [PATCH] Removed old line that was commented. --- misc/userscripts/qute-1pass | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/userscripts/qute-1pass b/misc/userscripts/qute-1pass index 4cce900a1..237a0a03a 100755 --- a/misc/userscripts/qute-1pass +++ b/misc/userscripts/qute-1pass @@ -64,7 +64,6 @@ echo "message-info 'Looking for password for $URL...'" >> $QUTE_FIFO TOKEN=$(rofi -dmenu -password -p "1password: "| op signin --output=raw) || TOKEN="" if [ -n "$TOKEN" ]; then - #UUID_URL=$(op list items --cache --session="$TOKEN" | jq -r '.[] | "\(.uuid):\(.overview.url)"' | grep "$URL") || UUID_URL="" UUID_URL=$(op list items --cache --session="$TOKEN" | jq -r '.[] | {uuid, url: [.overview.URLs[]?.u, .overview.url][]?}| "\(.uuid):\(.url)"' | grep "$URL") || UUID_URL="" if [ -z "$UUID_URL" ];then