1
0
Fork 0

Don't break URLs with special characters (like ‘?’)

This commit is contained in:
tastytea 2022-04-15 10:02:32 +02:00
parent e8fa980d8e
commit 6484bc21e8
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -44,4 +44,4 @@ for regex cmds in ${(kv)assignments}; do
fi
done
eval ${selected_cmd} ${urls}
${(@s/ /)selected_cmd} ${urls}