Re: [dev] SWK: The simple widget kit

2010-05-08 Thread pancake
Applied. I was expecting a diff, but bundle is ok too :) The debug printfs you removed are ok..i mean.. I was using them for debugging purposes, and its not something to be in mainstream. What was your impression? What you would add or change? I forgot to explain some of the keybindings or fea

Re: [dev][dmenu] filter files with grep but print corresponding urls?

2010-05-08 Thread Rob
Something a bit like this? #!/bin/sh find=$(dmenu < /dev/null) for f in * do if grep -qi $find $f then echo $f fi done | dmenu I don't know how/what the format is internally for each file, but it won't be difficult to filter the site name + url from the file using an awk and/or sed tag tea

[dev][dmenu] filter files with grep but print corresponding urls?

2010-05-08 Thread Andreas Wagner
Hello, I am writing some shell scripts for an uzbl bookmarker with full text search of webpages bookmarked. It wgets the html and takes the md5sum (of the page), the url and the title and puts them, space separated in a file. The downloaded page's filename is changed to the md5sum. I was trying a

[dev] SWK: The simple widget kit

2010-05-08 Thread pancake
Anselm and me have been talking to get a proper initial design to bring a minimalistic widget toolkit to the masses. After few months of thinking, typing test programs and so on I have managed to get a working state for the project, so I'm exposing the results of this work in this mail looking for