Ensure to replace whitespaces with "%20" in URL
This commit is contained in:
parent
0434fbe582
commit
116389d6a4
2
qb
2
qb
|
@ -307,6 +307,8 @@ Search aborded or can't find matching bookmark."
|
||||||
# }}}
|
# }}}
|
||||||
open_in_qutebrowser() { # {{{
|
open_in_qutebrowser() { # {{{
|
||||||
|
|
||||||
|
url=$(printf "%s" "${url}" | sed 's/ /%20/g')
|
||||||
|
|
||||||
debug_message "open_in_qutebrowser − \
|
debug_message "open_in_qutebrowser − \
|
||||||
Try to open ${RED}${url}${COLOR_DEBUG}"
|
Try to open ${RED}${url}${COLOR_DEBUG}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue