From b487984ecc61c6229cf92550030745c192fd3d0b Mon Sep 17 00:00:00 2001
From: Arnold Sommerfeld <sommerfeld@strisemarx.com>
Date: Wed, 17 May 2023 18:44:48 +0100
Subject: first commit

---
 home/.urlview | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 home/.urlview

(limited to 'home/.urlview')

diff --git a/home/.urlview b/home/.urlview
new file mode 100644
index 0000000..cd65a9e
--- /dev/null
+++ b/home/.urlview
@@ -0,0 +1,33 @@
+###############################################################################
+# Urlview configuration file.
+# man urlview  <Man page>
+#
+# Put this file in: $HOME/.urlview
+# Put url_handler.sh in: /usr/bin
+#
+# You can call 'urlview' while in 'mutt' by pressing the Ctrl b keys.
+# Put these macros in your $HOME/.muttrc file.
+#
+# macro index \cb |urlview\n
+# macro pager \cb |urlview\n
+#
+# You can call 'urlview' while in 'tin' by pressing | then a for article,
+# put urlview as the pipe command.
+#
+# Regular expression to use to match URLs.
+
+#REGEXP (((http|https|ftp|gopher)|mailto):(//)?[^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):]
+REGEXP (((http|https|ftp|gopher|magnet|acestream)|mailto)[.:][^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):]
+
+# Command to invoke for selected URL.  Use lynx, netscape, or url_handler.sh
+# shell script.  Alternatively, you can leave COMMAND unset and set the BROWSER
+# environment variable instead.
+
+#COMMAND lynx %s
+#COMMAND netscape -remote 'openURL(%s)'
+# COMMAND url_handler.sh
+COMMAND linkhandler
+
+
+# Quit urlview after launch
+# QUITONLAUNCH
-- 
cgit v1.2.3-70-g09d2