Thread overview |
---|
December 08, 2019 Are there any DUB packages for displaying an ascii table? | ||||
---|---|---|---|---|
| ||||
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! |
December 08, 2019 Re: Are there any DUB packages for displaying an ascii table? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Soulsbane | 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. |
December 08, 2019 Re: Are there any DUB packages for displaying an ascii table? | ||||
---|---|---|---|---|
| ||||
Posted in reply to mipri | 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!
|
Copyright © 1999-2021 by the D Language Foundation