aboutsummaryrefslogtreecommitdiffhomepage
path: root/extra/load_url_from_bookmarks.sh
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-25 13:15:32 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-25 13:15:32 +0200
commita08ab4772758106cf1b6437fd7878206b2f96d84 (patch)
tree8e2535ff786349bb9ead6ea5130cf1ec6b4f3ddc /extra/load_url_from_bookmarks.sh
parent85b6cad29bff69d3ec24dd9161835e4da25b5e49 (diff)
parent5a53ddcb649098d0dfa82745721342e108a5e45c (diff)
merge from experimental
Diffstat (limited to 'extra/load_url_from_bookmarks.sh')
-rw-r--r--extra/load_url_from_bookmarks.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/load_url_from_bookmarks.sh b/extra/load_url_from_bookmarks.sh
new file mode 100644
index 0000000..dfbbf9a
--- /dev/null
+++ b/extra/load_url_from_bookmarks.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+file=bookmarks
+goto=`awk '{print $1}' $history_file | dmenu` #NOTE: it's the job of the script that inserts bookmarks to make sure there are no dupes.
+[ -n "$goto" ] && echo "uri $goto" > /tmp/uzbl-fifo-name-TODO