[wiki] [sites] Rename url-select to externalpipe || Rob Pilling

From: <git_AT_suckless.org>
Date: Fri, 20 Dec 2013 21:06:51 +0100

commit da9e45335369d45a50a5bcdabe405aefcc5081f0
Author: Rob Pilling <robpilling_AT_gmail.com>
Date: Fri Dec 20 20:00:57 2013 +0000

    Rename url-select to externalpipe

diff --git a/st.suckless.org/patches/externalpipe.md b/st.suckless.org/patches/externalpipe.md
new file mode 100644
index 0000000..ad766aa
--- /dev/null
+++ b/st.suckless.org/patches/externalpipe.md
_AT_@ -0,0 +1,38 @@
+External Pipe
+=============
+
+Description
+-----------
+
+This patch lets you write st's screen text out through a pipe, for example,
+url-select (below).
+
+Example
+-------
+
+Bind alt+u to extract all visible urls and present dmenu, to choose and open
+said urls:
+
+ static Shortcut shortcuts[] = {
+ ...
+ { MODKEY, 'u', externalpipe, { .s = "xurls | dmenu -l 10 | xargs -r open" } },
+ };
+
+
+([xurls][1] and [open][2] are external scripts)
+
+
+Download
+--------
+
+* [st-0.4.1-externalpipe.diff][0]
+
+[0]: st-0.4.1-externalpipe.diff
+[1]: https://raw.github.com/bobrippling/perlbin/master/xurls
+[2]: https://github.com/bobrippling/open
+
+
+Author
+------
+
+ * Rob Pilling - my name _AT_ gmail
diff --git a/st.suckless.org/patches/url-select.md b/st.suckless.org/patches/url-select.md
deleted file mode 100644
index ad766aa..0000000
--- a/st.suckless.org/patches/url-select.md
+++ /dev/null
_AT_@ -1,38 +0,0 @@
-External Pipe
-=============
-
-Description
------------
-
-This patch lets you write st's screen text out through a pipe, for example,
-url-select (below).
-
-Example
--------
-
-Bind alt+u to extract all visible urls and present dmenu, to choose and open
-said urls:
-
- static Shortcut shortcuts[] = {
- ...
- { MODKEY, 'u', externalpipe, { .s = "xurls | dmenu -l 10 | xargs -r open" } },
- };
-
-
-([xurls][1] and [open][2] are external scripts)
-
-
-Download
---------
-
-* [st-0.4.1-externalpipe.diff][0]
-
-[0]: st-0.4.1-externalpipe.diff
-[1]: https://raw.github.com/bobrippling/perlbin/master/xurls
-[2]: https://github.com/bobrippling/open
-
-
-Author
-------
-
- * Rob Pilling - my name _AT_ gmail
Received on Fri Dec 20 2013 - 21:06:51 CET

This archive was generated by hypermail 2.3.0 : Thu Jun 18 2015 - 17:38:00 CEST