Re: [dev] sfeed: RSS/Atom parser and reader

2022-02-13 Thread syg
Hi Hiltjo, Thanks a lot for this neat project. I am using it daily now, it definitely replaced newsboat for me. I made a tiny script on top of a terminal-based menu selector a friend and I have been developing for the last few years[1] and it works great. I wrote a blog post on my feed setup[2].

Re: [dev] Is there a text editor following the UNIX philosophy?

2022-02-13 Thread Kyryl Melekhin
Michael Hendricks wrote: > Agreed. > > > If anybody wants to go and fix the build let me know of your fork or > > patch as I want to try it, out of curiosity. > > After cloning the repo[1], I ran `autoreconf -fi` to generate a > configure script. Then `./configure && make`. Aside from the > auto

Re: [dev] Is there a text editor following the UNIX philosophy?

2022-02-13 Thread Michael Hendricks
> I've heard of se before, however was never able to build it. Such a shame > that a small project like this (5K loc) uses auto* hell configure and make > for no reason. Agreed. > If anybody wants to go and fix the build let me know of your fork or > patch as I want to try it, out of curiosity.

Re: [dev] Is there a text editor following the UNIX philosophy?

2022-02-13 Thread Kyryl Melekhin
Greg Minshall wrote: > Michael, > > > You might like se[1]. It's a screen-oriented version of ed. It can be > > helpful for certain editing tasks where visual feedback is wanted. > > ... > > 1: https://github.com/screen-editor/se/ > > very nice. thanks for the pointer! > > cheers, Greg I've he

Re: [dev] Is there a text editor following the UNIX philosophy?

2022-02-13 Thread Greg Minshall
Michael, > You might like se[1]. It's a screen-oriented version of ed. It can be > helpful for certain editing tasks where visual feedback is wanted. > ... > 1: https://github.com/screen-editor/se/ very nice. thanks for the pointer! cheers, Greg