From 4ef0f5708e20509e427c706acedff6a22bf0faaa Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 12 Aug 2015 04:30:10 -0400 Subject: initial commit --- help/urlm_open | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 help/urlm_open (limited to 'help/urlm_open') diff --git a/help/urlm_open b/help/urlm_open new file mode 100644 index 0000000..1aac2c2 --- /dev/null +++ b/help/urlm_open @@ -0,0 +1,29 @@ + +URLM_OPEN [] - Open URL using "best" browser for the URL + +Alternate command name: UO + +Opens a URL according to the following rules: + +- If the URL's file extension (e.g. .zip) is found in urlm_wget_extensions, + the URL is downloaded with wget. (wget is run in an irssi window, so + you can monitor its progress) + +- Otherwise, if the URL matches any of the patterns in urlm_browser_overrides, + the URL is opened with the matching browser. (This is useful in cases + where e.g. you have Firefox as the default browser, but want all + youtube.com pages to open in Internet Explorer). See the + /urlm_add_override and /urlm_del_override commands for details. + +- Otherwise, the default browser (urlm_default_browser setting) is used. + +If is omitted, the default is to open the most recently captured URL. +If is provided, it must be a single numeric URL number (from the +output of /UL). Negative numbers are allowed, and are interpreted as +counting from the end of the list (so -1 means the second most recent +captured URL). + +Note: you do not need to define wget as a browser. urlmanager will use +its own internal wget support to run wget in a window if the file +extension is listed in urlm_wget_extensions. + -- cgit v1.2.3