/urlview/system.urlview

http://github.com/brinkman83/bashrc · Unknown · 12 lines · 9 code · 3 blank · 0 comment · 0 complexity · ef39b5737e0b45b7c23d944a5e31789b MD5 · raw file

  1. #
  2. # Sample urlview(1) configuration file
  3. #
  4. # regular expression to use to match URLs
  5. REGEXP (((http|https|ftp|gopher)|mailto):(//)?[^ <>"\t]*|(www|ftp)[0-9]?\.[-a-z0-9.]+)[^ .,;\t\n\r<">\):]?[^, <>"\t]*[^ .,;\t\n\r<">\):]
  6. # command to invoke for selected URL
  7. COMMAND /etc/urlview/url_handler.sh
  8. # set to yes to enable menu wrapping
  9. #WRAP Yes