columnize icon indicating copy to clipboard operation
columnize copied to clipboard

Easy column formatted output for golang

Results 5 columnize issues
Sort by recently updated
recently updated
newest added

How you considered make a CLI version of this? I think that would be pretty useful. If, you like the idea, I'll can make a PR.

before this fix, the output was not aligned correctly

This is useful where the input strings may contain delimeter that is already configured. This is done for https://github.com/hashicorp/consul/issues/3951 . Not sure if this can be added here. Please let...

It would be nice if it were possible to have setting for horizontal delimiter(s) so we can split different sets of data. Something like: ``` ===================== ID | Name |...

This supports specifying the maximum width of columns and of the entire output line. Columns with data exceeding the maximum width are broken at word boundaries into two or more...