====== insert_bookmark.pl ======
===== Description =====
A Bookmarks saving script with GTK, checking for double entrys and totally awfull* code.
===== Code =====
https://svn.0mark.unserver.de/uzbl-scripts/scripts/insert_bookmark_gtk.pl
===== Installation =====
Copy the perl script to the uzbl scripts directory and bind it (using the @bind and @scripts_dir aliases found in the example config) with:
@bind B = spawn @scripts_dir/insert_bookmark.pl
Or if you like Buttons:
@bind B = spawn @scripts_dir/insert_bookmark.pl 1
===== Todos =====
- Rewrite the awfull callback function.
- Maybe list of previously used Tags for auto completion or somethin like this.
- Ask what to do when the bookmark allready exists