blob: ee8889316b0431823721692c4d37aeedc291576f (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# Sample urlview(1) configuration file
#
# regular expression to use to match URLs
REGEXP ((((ht|f)tp)|mailto):(//)?[^ >"\t]*|(www|ftp)\.[-a-z0-9.]+|[-a-z0-9_\.]+@[-a-z0-9.]+)[^ .,;\t>">)]
# Use url_handler.
COMMAND lynx %s
|