You are not logged in.
hi all.
forking suckless' surf, I built a new web browser with some utilities for delicious.com
Here it is: https://github.com/azer/delicious-surf
Please let me know your thoughts.
Last edited by azer (2011-10-13 02:54:31)
Offline
Hi, make complaints about a missing config.mk.
Offline
Thanks for noticing me, I've added config.mk to the source tree. Thanks
Offline
This looks great!
One problem: I can search through my bookmarks just fine, but attempting to open one (by hitting return) fails with the following error:
/home/jack/.opt/delicious-surf/browse.sh: line 4: https://github.com/moetunes/dminimalwm: No such file or directory
usage:  xprop [-options ...] [[format [dformat]] atom] ...
where options include:
    -grammar                       print out full grammar for command line
    -display host:dpy              the X server to contact
    -id id                         resource id of window to examine
    -name name                     name of window to examine
    -font name                     name of font to examine
    -remove propname               remove a property
    -set propname value            set a property to a given value
    -root                          examine the root window
    -len n                         display at most n bytes of any property
    -notype                        do not display the type field
    -fs filename                   where to look for formats for properties
    -frame                         don't ignore window manager frames
    -f propname format [dformat]   formats to use for property of given name
    -spy                           examine window properties foreverOffline
hi, I've just fixed the above issue. browse.sh was running $BROWSER environment. now it simply runs delicious-surf command.
Offline