On Mon, Sep 28, 2015 at 9:40 PM, Thuban wrote:
> Hi all,
Hi!
> I asked a few time ago some advice for a suckless feed reader. Hiltjo
> answered with sfeed [0] and there was this [1] from Patrick on the list.
>
Thanks for mentioning sfeed. If you have feedback why sfeed sucks feel
free to mail m
Hi all,
I asked a few time ago some advice for a suckless feed reader. Hiltjo
answered with sfeed [0] and there was this [1] from Patrick on the list.
Because rss2email was too heavy for me, I tried to gather previous work
and finally wrote srss [2]. For now, it's just shell scripts to retrieve
fe
On 09/28/2015 01:02 PM, Dimitris Papastamos wrote:
On Mon, Sep 28, 2015 at 12:51:19PM -0400, Greg Reagle wrote:
Howdy. Would it be useful for me to write od? Has anyone else worked on
it?
Yes it is in the TODO, send a patch to hackers@ when you have something to show.
There was an implementa
On Mon, Sep 28, 2015 at 12:51:19PM -0400, Greg Reagle wrote:
> Howdy. Would it be useful for me to write od? Has anyone else worked on
> it?
Yes it is in the TODO, send a patch to hackers@ when you have something to show.
There was an implementation of a subset of od done in the past but it
was
Howdy. Would it be useful for me to write od? Has anyone else worked
on it?
On Mon, 28 Sep 2015 16:32:00 +0200
Hinnerk van Bruinehsen wrote:
> On Sun, Sep 27, 2015 at 09:42:11PM +0800, Pickfire wrote:
> > On Sun, Sep 27, 2015 at 02:15:02PM +0200, 7heo wrote:
> > >Put
> > >
> > >if ! pgrep xinit >/dev/null; then
> > > start-stop-daemon -S -b startx
> > > clear
> > > ex
On Sun, Sep 27, 2015 at 09:42:11PM +0800, Pickfire wrote:
> On Sun, Sep 27, 2015 at 02:15:02PM +0200, 7heo wrote:
> >Put
> >
> >if ! pgrep xinit >/dev/null; then
> > start-stop-daemon -S -b startx
> > clear
> > exit
> >fi
> >
> >At the end if your ~/.${SHELL}rc file.
>
> What do you mean by tha