On Wed, May 6, 2015 at 8:35 PM, Marc André Tanner wrote:
> When an incomplete range is specified i.e. only a start position
> the cursor should jump to it. This patch breaks this functionality.
> For example :nn (absolute line), :+n (relative line), :'m mark
> (move to mark) is broken.
Ah, I was
On Wed, May 6, 2015 at 9:03 PM, Marc André Tanner wrote:
> On Tue, May 05, 2015 at 06:25:29PM +0200, Silvan Jegen wrote:
>> Replacing the first '/' allows the 's' command name to be correctly
>> identified even though it is part of its own argument.
>
> Special casing '/' seems wrong, an arbitrary
On Wed, May 6, 2015 at 9:47 PM, Marc André Tanner wrote:
> Thanks, this will require more time to properly review than I currently
> have. What follows are therefore only a few general remarks.
>
>> The code for the read/write loops communicating through a pipe with the
>> external process is very
Applied, thanks!
Well, surprise, surprise, I was thinking about sed instead of
falling asleep for a bit last night.
I was excited about finally finding a way to print out multiple
(possibly transformed) matches per line, but my solution was messy.
Also, it was a little buggy (zero-length outputs broke it.)
Here's
Hi,
some time ago sfeed[1] was mentioned here on the list.
I tried it out. It's lean and has some very nice features, I like it.
There is one feature missing though that I personally consider
important. That's a 'read/unread' status per entry that's unread
initually and is toggled to read when t
Hello,
>Maybe there is some other nice feed reader out there that I don't
>know about. tt-rss, miniflux and all the others are monsters
>unfortunately.
I like http://www.newsbeuter.org/. It is not very suckless, but seems to
be closer to this term comparing to miniflux and tt-rss.
--
Happy ha
Hi Alex,
* Alexander Huemer [2015-05-07 16:19]:
> P.S.: Maybe there is some other nice feed reader out there that I don't
> know about. tt-rss, miniflux and all the others are monsters
> unfortunately.
I had the same thoughts last week and implemented my own rss2maildir
script. The idea is to
* Jason Woofenden [2015-05-07 10:09]:
> pdftohtml -stdout foo.pdf | sed -ne 's/href="\([^"]\+\)"/\n\1\n/g' -e
> 's/\(^[^\n]*\n\|\(\n\)\)\([^\n]*\)\n[^\n]*/\2\3/gp'
I would use grep ;). Using my urlselct from [1] I would write:
pdftotext foo.pdf - | urlselect
Cheers Jochen
[1] http://lis
Quoth Jochen Sprickerhof:
> I had the same thoughts last week and implemented my own rss2maildir
> script.
> ...
> I've implemented a prototype in Python (yes, I know) and would happily
> share it, if someone is interested.
Make it so!
On Wed, May 06, 2015 at 11:19:04PM -0400, Jason Woofenden wrote:
> Hi Hypsurus,
>
> I hope you're having fun coding. Don't let me detract from that.
> But if you just need to extract links from pdfs, you can do so with
> existing tools, eg:
>
> pdftohtml -stdout foo.pdf | sed -ne 's/\(^\|\n\)\n\(
I know this might be off-topic, but I think there are a lot of Plan 9
fans here.
I want to run ssam (http://man.cat-v.org/p9p/1/ssam). I have installed
package 9base (version 1:6-6) which provides sam, but not ssam. Is
there a way for me to call sam so it works like ssam? Is there another
way I
* Nick [2015-05-07 16:09]:
> Quoth Jochen Sprickerhof:
> > I've implemented a prototype in Python (yes, I know) and would happily
> > share it, if someone is interested.
>
> Make it so!
Here you go:
https://github.com/jspricke/rss2maildir
Comments, patches, suckless reimplementations ;) welco
On 2015-05-07 05:07PM, Jochen Sprickerhof wrote:
> * Jason Woofenden [2015-05-07 10:09]:
> > pdftohtml -stdout foo.pdf | sed -ne 's/href="\([^"]\+\)"/\n\1\n/g' -e
> > 's/\(^[^\n]*\n\|\(\n\)\)\([^\n]*\)\n[^\n]*/\2\3/gp'
>
> I would use grep ;). Using my urlselct from [1] I would write:
>
> p
On Thu, May 07, 2015 at 11:58:14AM -0400, Jason Woofenden wrote:
> On 2015-05-07 05:07PM, Jochen Sprickerhof wrote:
> > * Jason Woofenden [2015-05-07 10:09]:
> > > pdftohtml -stdout foo.pdf | sed -ne 's/href="\([^"]\+\)"/\n\1\n/g' -e
> > > 's/\(^[^\n]*\n\|\(\n\)\)\([^\n]*\)\n[^\n]*/\2\3/gp'
> >
On Thu, May 7, 2015 at 4:19 PM, Alexander Huemer wrote:
> Hi,
>
> some time ago sfeed[1] was mentioned here on the list.
> I tried it out. It's lean and has some very nice features, I like it.
Thanks!
> There is one feature missing though that I personally consider
> important. That's a 'read/un
Hi,
On Thu, May 07, 2015 at 11:40:22AM -0400, Greg Reagle wrote:
> I know this might be off-topic, but I think there are a lot of Plan 9
> fans here.
>
> I want to run ssam (http://man.cat-v.org/p9p/1/ssam). I have installed
> package 9base (version 1:6-6) which provides sam, but not ssam. Is
>
On 7 May 2015 at 20:12, Teodoro Santoni wrote:
> ssam is an rc script. You can download it from plan9port or if i recall
> correctly from cat-v and put it in your path.
It's also in the 9base git repo [1], just not in a release.
[1]: http://git.suckless.org/9base/tree/ssam
cls
On Thu, May 07, 2015 at 05:03:16PM +0200, Jochen Sprickerhof wrote:
> Hi Alex,
>
> * Alexander Huemer [2015-05-07 16:19]:
> > P.S.: Maybe there is some other nice feed reader out there that I don't
> > know about. tt-rss, miniflux and all the others are monsters
> > unfortunately.
>
> I had th
On Thu, May 07, 2015 at 05:26:26PM +0300, stargr...@stargrave.org wrote:
> Hello,
>
> >Maybe there is some other nice feed reader out there that I don't
> >know about. tt-rss, miniflux and all the others are monsters
> >unfortunately.
>
> I like http://www.newsbeuter.org/. It is not very suckle
20 matches
Mail list logo