blob: 087743bcb2ff515d43f8966b66accec1aed9ba21 (
plain) (
blame)
1
2
3
4
5
6
7
|
# URLs, e.g. https://tvl.fyi
# Based on /plumb/basic, but with most protocols removed
# TODO(sterni): add default case to xdg-open
type is text
data matches '(https?)://[a-zA-Z0-9_@\-]+([.:][a-zA-Z0-9_@\-]+)*/?[a-zA-Z0-9_?,%#~&/\-+=]+([:.][a-zA-Z0-9_?,%#~&/\-+=]+)*'
plumb to web
plumb start web $0
|