#
# Sample urlview(1) configuration file
# You can put this file in: $HOME/.urlview

# regular expression to use to match URLs
REGEXP ((((ht|f)tp)|mailto):(//)?[^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">]

# command to invoke for selected URL.  Use lynx or netscape as browser.
#COMMAND netscape -remote 'openURL(%s)'
COMMAND lynx %s

