diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2015-01-26 15:21:11 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 2289b5dc210081b521c143d2612697086801bc93 (patch) | |
tree | 84c161243248a736bbe99e933315b28620f57a9e /network/urlview/README | |
parent | cd2b1cf394b7a0ed1536e1394c04a10addc0bc3c (diff) | |
download | slackbuilds-2289b5dc210081b521c143d2612697086801bc93.tar.gz |
network/urlview: Added (extract URLs from text files).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/urlview/README')
-rw-r--r-- | network/urlview/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/network/urlview/README b/network/urlview/README new file mode 100644 index 0000000000..a89983e2c4 --- /dev/null +++ b/network/urlview/README @@ -0,0 +1,10 @@ +urlview is a curses program for extracting URLs from text files and +displaying a menu from which you can select a specific URL to view using +your favorite browser program. + +It was originally part of mutt. See /etc/urlview.conf on how to configure +mutt, tin, or your default browser. + +Please be aware that /etc/urlview.conf and /usr/bin/url_handler.sh are +configuration files, so they are not overwritten on upgrades. Be sure to +merge/move the .new files after each upgrade. |