aboutsummaryrefslogtreecommitdiffhomepage
path: root/extra
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-25 10:14:16 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-25 10:14:16 +0200
commit382d4191ec197fc4b0d656f6224bccd0cd407329 (patch)
treeebcc00df19949715807c6062b24714663346f21f /extra
parent2cf22958352bdffbc068413fa42b8df53ae3e41a (diff)
filter dupes
Diffstat (limited to 'extra')
-rwxr-xr-xextra/load_url_from_history.sh2
1 files changed, 1 insertions, 1 deletions
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