columnify icon indicating copy to clipboard operation
columnify copied to clipboard

Create text-based columns suitable for console output. Supports cell wrapping.

Results 26 columnify issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for the great work, and I think It will be more convenient if an extra param such as 'key' be added to dataTransform, sometimes we need to transform...

WIP Mainly, we should wait until eslint (and grunt-eslint) will formally support es6. http://eslint.org/blog/2014/11/es6-jsx-support/ In the meanwhile, here is a test of the current state: https://github.com/danyshaanan/columnify/tree/eslint By setting eslint with:...

Should be able to get constant memory usage if columnify processed the data as a stream rather than loading everything and processing it all in one go. Plan is: >...

If a column is squished, but a neighboring column isn't using all of it's available space, then columnify should figure out how to readjust widths so every column is using...

For instance, `{ paddingChr: chalk.gray('.') }` will break format. Problem is within utils.js::repeatString which uses slice.

bug