diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:32:01 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:32:01 -0400 |
commit | 213c3e00be9cbd4e0379d52f637c04a5f6896243 (patch) | |
tree | 9eaa6b48fef6e29b27251956696ea22a25b4505e /network | |
parent | fa85f4baa00c12aed5c33d5acdeef250a08e7d61 (diff) | |
download | slackbuilds-213c3e00be9cbd4e0379d52f637c04a5f6896243.tar.gz |
network/urlscan: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network')
-rw-r--r-- | network/urlscan/README | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/network/urlscan/README b/network/urlscan/README index b108ec74b6..c3273d2e2a 100644 --- a/network/urlscan/README +++ b/network/urlscan/README @@ -1,8 +1,7 @@ - -Urlscan parses an email message or file and scans it for URLs and email addresses. -It then displays the URLs and their context within the message, -and allows you to choose one or more URLs to send to your Web browser. -Alternatively, it send a list of all URLs to stdout. +Urlscan parses an email message or file and scans it for URLs and +email addresses. It then displays the URLs and their context within +the message, and allows you to choose one or more URLs to send to your +Web browser. Alternatively, it send a list of all URLs to stdout. Relative to urlview, urlscan has the following additional features: @@ -17,11 +16,14 @@ Relative to urlview, urlscan has the following additional features: * Incremental case-insensitive search with /. * Execute an arbitrary function (for example, copy URL to clipboard) instead of opening URL in a browser. -* Use l to cycle through whether URLs are opened using the Python webbrowser module (default), - xdg-open (if installed) or opened by a function passed on the command line with --run. +* Use l to cycle through whether URLs are opened using the Python + webbrowser module (default), xdg-open (if installed) or opened by + a function passed on the command line with --run. * Configure colors and keybindings via ~/.config/urlscan/config.json. Generate default config file for editing by running urlscan -g. Cycle through available palettes with p. -* Copy URL to clipboard with C or to primary selection with P. Requires xsel or xclip. -* Run a command with the selected URL as the argument or pipe the selected URL to a command. +* Copy URL to clipboard with C or to primary selection with P. + Requires xsel or xclip. +* Run a command with the selected URL as the argument or pipe the + selected URL to a command. * Show complete help menu with F1. Hide header on startup with --nohelp. |