Removed old line that was commented.

This commit is contained in:
Mirko König 2021-06-10 09:39:48 +02:00
parent 235b0ba539
commit d2e2c8a8b3
1 changed files with 0 additions and 1 deletions

View File

@ -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