cli-tableau icon indicating copy to clipboard operation
cli-tableau copied to clipboard

Pretty unicode tables for the CLI with Node.JS

Results 7 cli-tableau issues
Sort by recently updated
recently updated
newest added

Hello πŸ‘‹ I run a security community that finds and fixes vulnerabilities in OSS. A researcher (@ilaygoldman) has found a potential issue, which I would be eager to share with...

I have made the necessary changes and tests to demonstrate that the prototype pollution security flaw is corrected within this library. I included some code reformatting as well as proper...

If the content of a column exceeds the width and ansi color code is used, it will result in an abnormal character truncation. as the picture shows: ![825E751B-AD28-4A93-8F3E-1A1FFCD5BACF](https://user-images.githubusercontent.com/13709/83999569-96983480-a995-11ea-97aa-01d22eac8934.png)

Hi @Unitech @rauchg I have opened a PR (https://github.com/418sec/cli-tableau/pull/1) which will fix the a possible Prototype Pollution bug in cli-tableau. Please take a review. If you are fine with that...

using node 14.x/15.x, the `right` align feature does not appear to work. It may be because the padEnd function does not have 3 parameters. So for now I just copied...

This issue is related to issue with PM2 (https://github.com/Unitech/pm2/issues/4369) After the table is printed to console, it oddly leaves font bold & bright white: ![image](https://user-images.githubusercontent.com/20134674/103954684-c289bd00-5112-11eb-8b18-2beeb2c1d7aa.png) Wonder if cli-tableau dev team...

like this demo: ```js var table = new Table({ head: ['name', 'version'] }); table.push(['卑片', '1.0.0']); console.log(table.toString()); ``` The border in the vertical direction will be misaligned, like: β”Œβ”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β” β”‚ nameβ”‚...