bobf is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

bobf / uzbld

daemon for uzbl browser to handle cookies etc.

Clone this repository (size: 12.5 KB): HTTPS / SSH
hg clone https://bitbucket.org/bobf/uzbld
hg clone ssh://hg@bitbucket.org/bobf/uzbld

uzbld overview

Recent commits See more »

Author Revision Comments Message Labels Date
bobf 3fa5500436e3 pulled in holizz's changes to cookies.py, the code looks much nicer now. :)
bobf 5579d7ba762e refactor fifo creation stuff and make output fifo open and close per request -
bobf d489946aa762 whoops, forgot to import time
bobf 26d2095746f6 using non-blocking io so need to sleep if no data found or processor gets maxed
bobf 7e283a813ab6 shlex.split was breaking on variables that contained quotes, so using a
Put this in your uzbl config:

    set cookie_handler   = spawn $XDG_DATA_HOME/uzbl/scripts/uzbld.sh

And copy uzbld.sh into that directory.

Then just run the "./uzbld &"

The only stuff going to stdout will be tracebacks if it crashes. :)