urxvt-scripts
urxvt-scripts copied to clipboard
my urxvt scripts
This is a rewrite of the url_matcher regexp to support generic URLs (i.e no need explicitly support "exotic" schemes like sftp, git etc). This branch also introduces "handlers", to be...
Hi Bart, I stumbled upon this bug when I re-installed the scripts on a new machine... Cheers, Julius
The issue can be circumvented by adding {-sheme=>'https?'} in the $url_matcher: ``` $url_matcher = $Regexp::Common::RE{URI}{HTTP}{-scheme=>'https?'}; ```