aboutsummaryrefslogtreecommitdiffhomepage
path: root/extra/load_url_from_bookmarks.sh
blob: 52e14e26beae8b2a4558ddbcceafabc4705b0506 (plain)
1
2
3
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" > $4