URLs not handled correctly
Calling xdg-open [URL] results in my browser opening "https://target_uri/"
I fixed this issue by replacing target_uri
with "$target_uri"
on this line:
[ $replaced -eq 1 ] || set -- "$@" "${target:-target_uri}"
Edited by Victor Nascimento