urxvt-scripts icon indicating copy to clipboard operation
urxvt-scripts copied to clipboard

my urxvt scripts

Results 3 urxvt-scripts issues
Sort by recently updated
recently updated
newest added

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?'}; ```