You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@karaf.apache.org by Łukasz Dywicki <lu...@code-house.org> on 2011/02/25 13:27:45 UTC

Unify output of the commands

Hi all,

Some time ago I created very small library [1] based on Jansi which allows
creating tables. Many console commands contains pieces of code related to
tabular-like formatting. What do you thing about merging this small library
to Karaf shell core?

 

Example code:

 
<https://github.com/splatch/console-table/blob/master/src/main/java/org/code
_house/console/table/Test.java>
https://github.com/splatch/console-table/blob/master/src/main/java/org/code_
house/console/table/Test.java

 

Example output:

 <http://img1.uploadscreenshot.com/images/orig/2/5507241283-orig.jpg>
http://img1.uploadscreenshot.com/images/orig/2/5507241283-orig.jpg

 

 

[1]  <https://github.com/splatch/console-table>
https://github.com/splatch/console-table


Re: Unify output of the commands

Posted by Ioannis Canellos <io...@gmail.com>.
+1 I like it

2011/2/25 Jean-Baptiste Onofré <jb...@nanthrax.net>

> +1
> good work
>
> Regards
> JB
>
>
> On 02/25/2011 01:27 PM, Łukasz Dywicki wrote:
>
>> Hi all,
>>
>> Some time ago I created very small library [1] based on Jansi which allows
>> creating tables. Many console commands contains pieces of code related to
>> tabular-like formatting. What do you thing about merging this small
>> library
>> to Karaf shell core?
>>
>>
>>
>> Example code:
>>
>>
>> <
>> https://github.com/splatch/console-table/blob/master/src/main/java/org/code
>> _house/console/table/Test.java>
>>
>> https://github.com/splatch/console-table/blob/master/src/main/java/org/code_
>> house/console/table/Test.java
>>
>>
>>
>> Example output:
>>
>>  <http://img1.uploadscreenshot.com/images/orig/2/5507241283-orig.jpg>
>> http://img1.uploadscreenshot.com/images/orig/2/5507241283-orig.jpg
>>
>>
>>
>>
>>
>> [1]<https://github.com/splatch/console-table>
>> https://github.com/splatch/console-table
>>
>>
>>


-- 
*Ioannis Canellos*
http://iocanel.blogspot.com

Integration Engineer @ Upstream S.A. <http://www.upstreamsystems.com>

Re: Unify output of the commands

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
+1
good work

Regards
JB

On 02/25/2011 01:27 PM, Łukasz Dywicki wrote:
> Hi all,
>
> Some time ago I created very small library [1] based on Jansi which allows
> creating tables. Many console commands contains pieces of code related to
> tabular-like formatting. What do you thing about merging this small library
> to Karaf shell core?
>
>
>
> Example code:
>
>
> <https://github.com/splatch/console-table/blob/master/src/main/java/org/code
> _house/console/table/Test.java>
> https://github.com/splatch/console-table/blob/master/src/main/java/org/code_
> house/console/table/Test.java
>
>
>
> Example output:
>
>   <http://img1.uploadscreenshot.com/images/orig/2/5507241283-orig.jpg>
> http://img1.uploadscreenshot.com/images/orig/2/5507241283-orig.jpg
>
>
>
>
>
> [1]<https://github.com/splatch/console-table>
> https://github.com/splatch/console-table
>
>

Re: Unify output of the commands

Posted by Andreas Pieber <an...@gmail.com>.
I assume this is the library we've already discussed about on IRC some
time ago? In that case +1 :)

kind regards,
andreas

2011/2/25 Achim Nierbeck <bc...@googlemail.com>:
> I kind of liked the output of the tables, so I don't see anything that
> speaks against it.
>
> regards, Achim
>
> 2011/2/25 Łukasz Dywicki <lu...@code-house.org>:
>> Hi all,
>>
>> Some time ago I created very small library [1] based on Jansi which allows
>> creating tables. Many console commands contains pieces of code related to
>> tabular-like formatting. What do you thing about merging this small library
>> to Karaf shell core?
>>
>>
>>
>> Example code:
>>
>>
>> <https://github.com/splatch/console-table/blob/master/src/main/java/org/code
>> _house/console/table/Test.java>
>> https://github.com/splatch/console-table/blob/master/src/main/java/org/code_
>> house/console/table/Test.java
>>
>>
>>
>> Example output:
>>
>>  <http://img1.uploadscreenshot.com/images/orig/2/5507241283-orig.jpg>
>> http://img1.uploadscreenshot.com/images/orig/2/5507241283-orig.jpg
>>
>>
>>
>>
>>
>> [1]  <https://github.com/splatch/console-table>
>> https://github.com/splatch/console-table
>>
>>
>

Re: Unify output of the commands

Posted by Achim Nierbeck <bc...@googlemail.com>.
I kind of liked the output of the tables, so I don't see anything that
speaks against it.

regards, Achim

2011/2/25 Łukasz Dywicki <lu...@code-house.org>:
> Hi all,
>
> Some time ago I created very small library [1] based on Jansi which allows
> creating tables. Many console commands contains pieces of code related to
> tabular-like formatting. What do you thing about merging this small library
> to Karaf shell core?
>
>
>
> Example code:
>
>
> <https://github.com/splatch/console-table/blob/master/src/main/java/org/code
> _house/console/table/Test.java>
> https://github.com/splatch/console-table/blob/master/src/main/java/org/code_
> house/console/table/Test.java
>
>
>
> Example output:
>
>  <http://img1.uploadscreenshot.com/images/orig/2/5507241283-orig.jpg>
> http://img1.uploadscreenshot.com/images/orig/2/5507241283-orig.jpg
>
>
>
>
>
> [1]  <https://github.com/splatch/console-table>
> https://github.com/splatch/console-table
>
>

Re: Unify output of the commands

Posted by Hiram Chirino <hi...@hiramchirino.com>.
+1

Regards,
Hiram

FuseSource
Web: http://fusesource.com/




2011/2/25 Łukasz Dywicki <lu...@code-house.org>:
> Hi all,
>
> Some time ago I created very small library [1] based on Jansi which allows
> creating tables. Many console commands contains pieces of code related to
> tabular-like formatting. What do you thing about merging this small library
> to Karaf shell core?
>
>
>
> Example code:
>
>
> <https://github.com/splatch/console-table/blob/master/src/main/java/org/code
> _house/console/table/Test.java>
> https://github.com/splatch/console-table/blob/master/src/main/java/org/code_
> house/console/table/Test.java
>
>
>
> Example output:
>
>  <http://img1.uploadscreenshot.com/images/orig/2/5507241283-orig.jpg>
> http://img1.uploadscreenshot.com/images/orig/2/5507241283-orig.jpg
>
>
>
>
>
> [1]  <https://github.com/splatch/console-table>
> https://github.com/splatch/console-table
>
>