|
NAMEurlview - URL extractor/launcherSYNOPSISurlview filename [ filename ... ]DESCRIPTIONurlview is a screen oriented program for extracting URLs from text files and displaying a menu from which you may launch a command to view a specific item.CONFIGURATIONurlview attempts to read ~/.urlview upon startup. If this file doesn't exist, it will try to read a system wide file in /usr/local/etc/urlview/system.urlview. There are two configuration commands (order does not matter):
(((http|https|ftp|gopher)|mailto):(//)?[^ <>"\t]*|(www|ftp)[0-9]?\.[-a-z0-9.]+)[^ .,;\t\n\r<">\):]?[^, <>"\t]*[^ .,;\t\n\r<">\):]
Note: You should never put single quotes around the %s. urlview does this for you, and also makes sure that single quotes eventually showing up inside the URL are handled properly. (Note that this shouldn't happen with the default regular expression, which explicitly excludes single quotes.)
FILES
ENVIRONMENTIf the environment variable BROWSER is set to a browser command, or a colon-delimited list of commands to try, then the specified browser is used. %s is replaced with the quoted url to view. If %s is not part of a command, the url is appended to the command.The BROWSER environment variable is honored only if the rc-file doesn't contain the COMMAND option. The rc-file provided by the Debian package contains a COMMAND option. SEE ALSOprintf(3), regcomp(3), regex(7), environ(7)AUTHORMichael Elkins <me@sigpipe.org>Modified for Debian by Luis Francisco Gonzalez <luisgh@debian.org> and Emanuele Rocca <ema@debian.org>. Modified for SuSE by Dr. Werner Fink <werner@suse.de> and Stepan Kasal <kasal@suse.cz>. Changes put together by Thomas Roessler <roessler@does-not-exist.org>. Visit the GSP FreeBSD Man Page Interface. |