[dev] suckless wget

2011-09-11 Thread Rob
Hi all, After a bit of interest off list, I've decided to release wgetlite[1], wget, but low on options, size and hopefully suckyness. Not sure how suckless it actually is, considering that there's quite a bit of HTTP code that could be removed, but I thought I'd get peoples' opinions/patches on

Re: [dev] suckless wget

2011-09-11 Thread Bjartur Thorlacius
Þann sun 11.sep 2011 13:06, skrifaði Rob: Hi all, After a bit of interest off list, I've decided to release wgetlite[1], wget, but low on options, size and hopefully suckyness. Nice utility. I'd say describing it as a wget compatible curl look-alike would be a more correct description conside

Re: [dev] A dmenu that includes all additional features

2011-09-11 Thread Dieter Plaetinck
On Thu, 8 Sep 2011 15:09:45 -0400 Peter John Hartman wrote: > I'm a lazy list reader, but aren't all of those already in dmenu > tip? Can't you list the features that *aren't* in "dmenu as we know > it"? not included: * multi select, but the argument of Hiro (that this is not really needed) ma

Re: [dev] A dmenu that includes all additional features

2011-09-11 Thread Connor Lane Smith
Attached are two diffs, my token patch updated to 4.4, and a bloat patch ;) which provides everything you wanted. cls diff -r f6b31468f983 dmenu.c --- a/dmenu.c Sun Jul 24 20:04:58 2011 +0100 +++ b/dmenu.c Sun Sep 11 22:36:01 2011 +0100 @@ -30,7 +30,8 @@ static void grabkeyboard(void); static vo