aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/scripts/load_url_from_history.sh
blob: 366aedf35bd08b4aa99eb9f4db1da5643b821d26 (plain)
1
2
3
4
5
6
#!/bin/bash
# you probably really want this in your $XDG_DATA_HOME (eg $HOME/.local/share/uzbl/history)
history_file=/tmp/uzbl.history

goto=`awk '{print $3}' $history_file | sort | uniq | dmenu`
[ -n "$goto" ] && echo "uri $goto" > $4