aboutsummaryrefslogtreecommitdiff
path: root/bin/htref.sed
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-23 01:11:36 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-23 01:11:54 +1300
commit9643f292bb93557bff249d5b975d3c8a047aa7b6 (patch)
treeeb762bb906a1ff5589c0ff6ab3aa1d73a602b386 /bin/htref.sed
parentNo title bar for i3 windows (diff)
downloaddotfiles-9643f292bb93557bff249d5b975d3c8a047aa7b6.tar.gz
dotfiles-9643f292bb93557bff249d5b975d3c8a047aa7b6.zip
Change htref(1df) into proper source format
Diffstat (limited to 'bin/htref.sed')
-rw-r--r--bin/htref.sed2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/htref.sed b/bin/htref.sed
new file mode 100644
index 00000000..f2e943ca
--- /dev/null
+++ b/bin/htref.sed
@@ -0,0 +1,2 @@
+# Quick-and-dirty HTML linkifier
+s_https*://[^ \t<>]*_<a href="&">&</a>_