From 382d4191ec197fc4b0d656f6224bccd0cd407329 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 25 Apr 2009 10:14:16 +0200 Subject: filter dupes --- extra/load_url_from_history.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra') diff --git a/extra/load_url_from_history.sh b/extra/load_url_from_history.sh index 4c507d1..bcc2362 100755 --- a/extra/load_url_from_history.sh +++ b/extra/load_url_from_history.sh @@ -1,4 +1,4 @@ #!/bin/bash history_file=/tmp/uzbl.history -goto=`awk '{print $3}' $history_file | dmenu` +goto=`awk '{print $3}' $history_file | sort | uniq | dmenu` [ -n "$goto" ] && echo "uri $goto" > /tmp/uzbl-fifo-name-TODO -- cgit v1.2.3