Re: [dev] [sbase][PATCH] Add col command

2015-03-03 Thread Dmitrij D. Czarkoff
FRIGN said: > Or gcc(1), "generate cool columns". This. -- Dmitrij D. Czarkoff

Re: [dev] [sbase][PATCH] Add col command

2015-03-03 Thread FRIGN
On Tue, 3 Mar 2015 13:40:04 + Dimitris Papastamos wrote: > This reminds me, we should really find another name for cols(1) now that > we have col(1). > > Any ideas? Maybe bw(1) as opposed to col(1) (black/white - color). Or gcc(1), "generate cool columns". Cheers FRIGN -- FRIGN

Re: [dev] [sbase][PATCH] Add col command

2015-03-03 Thread Ralph Eastwood
On 3 March 2015 at 15:22, Connor Lane Smith wrote: > On 3 March 2015 at 13:40, Dimitris Papastamos wrote: >> This reminds me, we should really find another name for cols(1) now that >> we have col(1). > > I suggested mcol(1) on IRC, given that it was originally mc(1), per Plan 9. > mcol(1) sound

Re: [dev] [sbase][PATCH] Add col command

2015-03-03 Thread Greg Reagle
On Tue, Mar 3, 2015, at 08:40 AM, Dimitris Papastamos wrote: > This reminds me, we should really find another name for cols(1) now that > we have col(1). columnize, multicol -- http://www.fastmail.com - Access all of your messages and folders wherever you are

Re: [dev] [sbase][PATCH] Add col command

2015-03-03 Thread Connor Lane Smith
On 3 March 2015 at 13:40, Dimitris Papastamos wrote: > This reminds me, we should really find another name for cols(1) now that > we have col(1). I suggested mcol(1) on IRC, given that it was originally mc(1), per Plan 9. cls

Re: [dev] [sbase][PATCH] Add col command

2015-03-03 Thread Dimitris Papastamos
On Tue, Mar 03, 2015 at 10:52:34AM +0100, Roberto E. Vargas Caballero wrote: > col is used to display troff documents in ttys, removing the reverse > line feeds generated by .2C in ms. This implementation keeps the limit > of 256 lines of 800 characteres of the original implementation. Thanks, I'v