aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/scripts/load_url_from_history.sh
blob: 8978daa0fa012b368f24352118d7e27d85bc9271 (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 -i`
[ -n "$goto" ] && echo "uri $goto" > $4