/urlview/system.urlview
http://github.com/brinkman83/bashrc · Unknown · 12 lines · 9 code · 3 blank · 0 comment · 0 complexity · ef39b5737e0b45b7c23d944a5e31789b MD5 · raw file
- #
- # Sample urlview(1) configuration file
- #
- # regular expression to use to match URLs
- REGEXP (((http|https|ftp|gopher)|mailto):(//)?[^ <>"\t]*|(www|ftp)[0-9]?\.[-a-z0-9.]+)[^ .,;\t\n\r<">\):]?[^, <>"\t]*[^ .,;\t\n\r<">\):]
- # command to invoke for selected URL
- COMMAND /etc/urlview/url_handler.sh
- # set to yes to enable menu wrapping
- #WRAP Yes