summaryrefslogtreecommitdiff
path: root/st-urlhandler
AgeCommit message (Collapse)Author
2021-03-03remove final punctuation from possible urlsLuke Smith
2020-11-30copy/open url use same regex. slimming.Luke Smith
2020-11-30fixed not being able to copy URL with a dash in itHekuran
2020-08-07Fixed a small issue with the urlhandler.Pierguido Lambri
Urls lile: https://whatever.domain/~myprecious/usefull-blog.html https://brb.imback.maybe/isit/blah#sure Were not propery handled (everything after either '#' or '~' were ignored). Escaped '#' and added '~' in the regex. Signed-off-by: Pierguido Lambri <plambri@redhat.com>
2020-04-28regex updateLuke Smith
2020-04-16no longer embed dmenu to prevent error if dmenuLuke Smith
has no alpha patch
2020-04-15following links now separate scriptLuke Smith
this avoids the effects of swallow in dwm it also will not produce dmenu without found urls