Re: [dev] less(1) replacement?

2017-08-26 Thread fao_
Thanks (Also to Eric). I was scratching my head for a while thinking "But you can use the tools in 9base interactively". It seems I was looking at it from the wrong direction. -- - fao_ PGP fingerprint: 739B 6C5C 3DE1 33FA "Too enough is always not much!" On 2017-08-26 1:46 pm, Anselm R Garbe wr

Re: [dev] less(1) replacement?

2017-08-26 Thread isabella parakiss
On 8/27/17, Laslo Hunhold wrote: > On Sat, 26 Aug 2017 23:59:27 +0200 > isabella parakiss wrote: > > Hey Isabella, > >> https://i.imgur.com/79U7mcO.png >> side by side screenshot against less >> your face looks hideous > > he did not mean the interface, but the code itself. And I personally > con

Re: [dev] dl.suckless.org file integrity github project

2017-08-26 Thread Mattias Andrée
On Sat, 26 Aug 2017 21:05:25 +0200 Laslo Hunhold wrote: > On Fri, 25 Aug 2017 17:13:38 +0200 > Mattias Andrée wrote: > > Dear Mattias, > > > Each user could have a directory called pgp-keys and dl.suckless.org > > could list those directories. This would allow us to store old keys > > in a str

Re: [dev] less(1) replacement?

2017-08-26 Thread Laslo Hunhold
On Sat, 26 Aug 2017 23:59:27 +0200 isabella parakiss wrote: Hey Isabella, > https://i.imgur.com/79U7mcO.png > side by side screenshot against less > your face looks hideous he did not mean the interface, but the code itself. And I personally concur that this rather belongs to the uglier realm o

Re: [dev] less(1) replacement?

2017-08-26 Thread isabella parakiss
On 8/26/17, Anselm R Garbe wrote: > On 26 August 2017 at 13:05, isabella parakiss wrote: >> i wrote a simple pager in ~100 lines >> https://github.com/izabera/bashutils/blob/master/pager >> >> inb4 it sucks because it's bash code > > Tbh, it looks hideous. Why on earth are you using bash? > > -An

Re: [dev] dl.suckless.org file integrity github project

2017-08-26 Thread Laslo Hunhold
On Fri, 25 Aug 2017 13:54:41 +0200 Anselm R Garbe wrote: Dear Anselm, > Either that, or perhaps we can reinstate the old fashion of > suckless.org/~user/ homedir. I gave it a bit more thought and realized that putting the keys all in one place defeats the purpose of PGP. If the server is compro

Re: [dev] dl.suckless.org file integrity github project

2017-08-26 Thread Laslo Hunhold
On Fri, 25 Aug 2017 17:13:38 +0200 Mattias Andrée wrote: Dear Mattias, > Each user could have a directory called pgp-keys and dl.suckless.org > could list those directories. This would allow us to store old keys > in a structured manner. > > An alternative is that the owner of a repo commits hi

Re: [dev] less(1) replacement?

2017-08-26 Thread Anselm R Garbe
On 25 August 2017 at 21:37, fao_ wrote: > On 2017-08-24 1:50 pm, Anselm R Garbe wrote: >> 9base is not intended for interactive use, so no, p does not really >> belong into 9base. 9base is intended to be a scripting environment. > > Excuse me if this is a stupid question, but: What's the differenc

Re: [dev] less(1) replacement?

2017-08-26 Thread Anselm R Garbe
On 26 August 2017 at 13:05, isabella parakiss wrote: > i wrote a simple pager in ~100 lines > https://github.com/izabera/bashutils/blob/master/pager > > inb4 it sucks because it's bash code Tbh, it looks hideous. Why on earth are you using bash? -Anselm

Re: [dev] [9base] [musl] "Undefined reference to sigsetjmp"

2017-08-26 Thread Anselm R Garbe
On 25 August 2017 at 22:17, fao_ wrote: > When compiling 9base with > >> CC=musl-gcc >> PREFIX="" >> OBJTYPE=x86_64 > > > I get the error: > >> ../lib9/lib9.a(notify.o): In function `signotify`: >> notify.c:(.text+0x9a): undefined reference to `sigsetjmp` >> collect2: error: ld returned 1 ex

Re: [dev] less(1) replacement?

2017-08-26 Thread isabella parakiss
On 8/24/17, fao_ wrote: > Is the suckless project packing a replacement to my favorite pager, > less(1)? Or is the advice to just use something like screen or tmux. I > don't really want to bother installing and learning those when `less` > meets > my needs perfectly. > > As far as I can tell, the