Re: [dev] simple rss to email

2015-09-28 Thread Hiltjo Posthuma
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

[dev] simple rss to email

2015-09-28 Thread Thuban
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

Re: [dev] sbase: is od needed?

2015-09-28 Thread Greg Reagle
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

Re: [dev] sbase: is od needed?

2015-09-28 Thread Dimitris Papastamos
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

[dev] sbase: is od needed?

2015-09-28 Thread Greg Reagle
Howdy. Would it be useful for me to write od? Has anyone else worked on it?

Re: [dev] [slock] Ctrl+Alt+Backspace Xorg Termination works

2015-09-28 Thread Mattias Andrée
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

Re: [dev] [slock] Ctrl+Alt+Backspace Xorg Termination works

2015-09-28 Thread Hinnerk van Bruinehsen
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