urlview - Online in the Cloud

This is the command urlview that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


urlview - URL extractor/launcher

SYNOPSIS


urlview filename [ filename ... ]

DESCRIPTION


urlview 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.

CONFIGURATION


urlview attempts to read ~/.urlview upon startup. If this file doesn't exist, it will try
to read a system wide file in /etc/urlview/system.urlview. There are two configuration
commands (order does not matter):

REGEXP regexp
urlview uses a regular expression to extract URLs from the specified text files.
\r, \t, \n and \f are all converted to their normal printf(3) meanings. The
default REGEXP is:

(((http|https|ftp|gopher)|mailto):(//)?[^ <>"\t]*|(www|ftp)[0-9]?\.[-a-z0-9.]+)[^ .,;\t\n\r<">\):]?[^, <>"\t]*[^ .,;\t\n\r<">\):]

COMMAND command
If the specified command contains a %s, it will be subsituted with the URL that was
requested, otherwise the URL is appended to the COMMAND string. The default
COMMAND is:

/etc/urlview/url_handler.sh

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.)

WRAP choice
Enable or disable URL wrapping. Valid values for choice are: yes, no (case
insensitive). If this option is not supplied, the default behaviour is to disable
wrapping.

Use urlview online using onworks.net services



Latest Linux & Windows online programs