File: sample.urlview

package info (click to toggle)
urlview 0.7-6
  • links: PTS
  • area: main
  • in suites: slink
  • size: 256 kB
  • ctags: 93
  • sloc: ansic: 1,520; sh: 384; makefile: 72
file content (10 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (3)
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\.[-a-z0-9.]+)[^ .,;\t>">]

# command to invoke for selected URL
COMMAND netscape -remote 'openURL(%s)'