aboutsummaryrefslogtreecommitdiffhomepage
path: root/extra/load_url_from_bookmarks.sh
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-25 11:01:08 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-25 11:01:08 +0200
commitc0ca161b3a52f84f413c241a58043387a53240f2 (patch)
tree88d0f965f8b6365142ce538a80ac77c0365933ab /extra/load_url_from_bookmarks.sh
parent382d4191ec197fc4b0d656f6224bccd0cd407329 (diff)
add sample bookmark related scripts
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