-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: uritools
action: commit
revision:
path_from:
revision_from: c91aa0ac9f6c177d4b8079c052f2d88b74c55956:
path_to:
revision_to:

git.thebackupbox.net

uritools

git://git.thebackupbox.net/uritools

commit c91aa0ac9f6c177d4b8079c052f2d88b74c55956
Author: epoch <epoch@hacking.allowed.org>
Date:   Sun Nov 17 02:12:25 2019 -0600

    changed urilaunch to use bash because I like <() and I wanted to include default clipboard' as first choice in dmenu

diff --git a/urilaunch b/urilaunch

index a3495026b462bb7c38ea47cc14cae8aaf8848ded..

index ..772cf936efdd9ef390461a9c3a3a327045a6e233 100644

--- a/urilaunch
+++ b/urilaunch
@@ -1,3 +1,3 @@
-#!/bin/sh
+#!/bin/bash
 #uristart.log /should/ already be uniq'd because of uristart's code now, but might as well not rely on it.
-uristart $(cat ~/.cache/uristart.log | sort | uniq | dmenu -p url\> | cut '-d ' -f1)
+uristart $(cat <(printf "%s\n" $(xclip -o | head -n1)) <(cat ~/.cache/uristart.log | sort | uniq) | dmenu -p url\> | cut '-d ' -f1)

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 16:30:51 2024