Re: Are there any DUB packages for displaying an ascii table?

2019-12-08 Thread Soulsbane via Digitalmars-d-learn

On Sunday, 8 December 2019 at 08:12:49 UTC, mipri wrote:

On Sunday, 8 December 2019 at 08:01:32 UTC, Soulsbane wrote:
Been playing with Golang lately and it has quite a few modules 
for terminal tables. For example this one: 
github.com/brettski/go-termtables.


Is there a D equivalent package? Can't seem to find any via 
search(which by the ways seems to give bad results or I just 
can't find the right word to search with).


Thanks!


This exists and was updated as recently as the first of 
December:


https://code.dlang.org/packages/asciitable

I don't see any other dub packages that look related.


Thanks! I'll try it. The search seems to be really strict. Didn't 
show up when I searched 'table'. LOL doesn't show up with 'ascii' 
either. Put them together and it finds it.


Thanks again though, I appreciate it!


Re: Are there any DUB packages for displaying an ascii table?

2019-12-08 Thread mipri via Digitalmars-d-learn

On Sunday, 8 December 2019 at 08:01:32 UTC, Soulsbane wrote:
Been playing with Golang lately and it has quite a few modules 
for terminal tables. For example this one: 
github.com/brettski/go-termtables.


Is there a D equivalent package? Can't seem to find any via 
search(which by the ways seems to give bad results or I just 
can't find the right word to search with).


Thanks!


This exists and was updated as recently as the first of December:

https://code.dlang.org/packages/asciitable

I don't see any other dub packages that look related.