Re: [dev] [ubase] pager

2017-02-09 Thread Eric Pruitt
On Fri, Feb 10, 2017 at 08:26:11AM +0100, robin wrote: > I usually pipe into less whenever something overflows the terminal > height, but having to type 2>&1 to see stderr is a bit cumbersome. In > dvtm Shift-PageUp is much easier. I use a generic wrapper function in Bash: # $1 Name or pat

Re: [dev] [ubase] pager

2017-02-09 Thread robin
On Thu, Feb 09, 2017 at 07:09:23PM +0100, Josuah Demangeon wrote: > roqbin.a.t.peder...@gmail.com: > > > I vaguely remember pagers discussed in a thread, and the conclusion was > > that pagers are unecessary because its the job of something like dvtm or > > tmux. > > I also like to have the multi

Re: [dev] [ubase] pager

2017-02-09 Thread hiro
tmux doesn't have a usable pager imo.

Re: [dev] looking for a simple music player

2017-02-09 Thread Hadrien Lacour
On Thu, Feb 09, 2017 at 07:56:42PM +0100, Cág wrote: > Hadrien Lacour wrote: > > > If you want the Noice of music player, there's cplay. If you want something > > a > > little bit more like ranger/vifm, there's cmus. I personally use mpd and mpc > > with sh scripts. > > Looks like cplay is Pyth

Re: [dev] Some core tools

2017-02-09 Thread Cág
> > I did not promote the LLVM alternatives to binutils, just noted that > > FreeBSD (where the elftoolchain project started) seem to move towards > > the LLVM utilities instead (so I don't know how much development there > > is on elftoolchain). > > This is very bad omens for the *BSD people. All

Re: [dev] looking for a simple music player

2017-02-09 Thread Cág
Hadrien Lacour wrote: > If you want the Noice of music player, there's cplay. If you want something a > little bit more like ranger/vifm, there's cmus. I personally use mpd and mpc > with sh scripts. Looks like cplay is Python and doesn't support flac players. Looks good though, thanks. -- Cág

Re: [dev] looking for a simple music player

2017-02-09 Thread Cág
Snobb wrote: > Looking at the cmus page, it should support flac. You may not have the flac > plugin compiled. It played some flac files and didn't play others or played weird noises. > Well, then you cannot go wrong with mplayer/mpv really. > I use mpv a lot as well and use cmus for mp3 only. It

Re: [dev] [ubase] pager

2017-02-09 Thread Josuah Demangeon
roqbin.a.t.peder...@gmail.com: > I vaguely remember pagers discussed in a thread, and the conclusion was > that pagers are unecessary because its the job of something like dvtm or > tmux. I also like to have the multiplexer managing the scrolling, but for dvtm, what provides the scrolling (and c

Re: [dev] [ubase] pager

2017-02-09 Thread robin
On Thu, Feb 02, 2017 at 07:45:28PM +0100, Mattias Andrée wrote: > Hi! > > I'm going to write a pager for ubase, and, because > it is a necessary component of the pager, I will > also implement ul(1). ul(1) will be used by the > pager which is necessary to get properly formatted > output when pipin

Re: [dev] Some core tools

2017-02-09 Thread sylvain . bertrand
On Thu, Feb 09, 2017 at 12:42:45PM +0100, Jens Staal wrote: > I did not promote the LLVM alternatives to binutils, just noted that > FreeBSD (where the elftoolchain project started) seem to move towards > the LLVM utilities instead (so I don't know how much development there > is on elftoolchain).

Re: [dev] looking for a simple music player

2017-02-09 Thread Snobb
Looking at the cmus page, it should support flac. You may not have the flac plugin compiled. https://cmus.github.io/#features On 08/02/17 08:54P, Cág wrote: > Alba Pompeo wrote: > > > https://moc.daper.net/ > > I tried moc, it's cool but the interface looked kinda weird to me. > I think I shou

Re: [dev] looking for a simple music player

2017-02-09 Thread Snobb
Well, then you cannot go wrong with mplayer/mpv really. I use mpv a lot as well and use cmus for mp3 only. It has a good interface, but the only real benefit from cmus that it can be controlled via unix socket (cmus-remote). I have shortcuts configured in the dwm to [pause / next / prev / volume u

Re: [dev] Some core tools

2017-02-09 Thread Jens Staal
On Thu, Feb 09, 2017 at 10:17:13AM +, sylvain.bertr...@gmail.com wrote: > On Thu, Feb 09, 2017 at 09:29:08AM +0100, Jens Staal wrote: > > On Wed, Feb 08, 2017 at 06:37:39PM -0500, stephen Turner wrote: > > > From a user perspective it has been a treat. I had issues with the GNU > > > M4 compili

Re: [dev] Some core tools

2017-02-09 Thread sylvain . bertrand
On Thu, Feb 09, 2017 at 09:29:08AM +0100, Jens Staal wrote: > On Wed, Feb 08, 2017 at 06:37:39PM -0500, stephen Turner wrote: > > From a user perspective it has been a treat. I had issues with the GNU > > M4 compiling on a embedded musl and PCC system but this M4 compiled > > quick and clean. The o

Re: [dev] Some core tools

2017-02-09 Thread Jens Staal
On Wed, Feb 08, 2017 at 06:37:39PM -0500, stephen Turner wrote: > From a user perspective it has been a treat. I had issues with the GNU > M4 compiling on a embedded musl and PCC system but this M4 compiled > quick and clean. The only potential downside i can think of is it may > not be well mainta