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

Pretty unicode tables for the command line

Results 53 cli-table3 issues
Sort by recently updated
recently updated
newest added

I'm trying to print a table without borders between rows where some cells have a colSpan = 2. I've set my `chars` values according to the documentation: ```js const table...

I'm the author of [ansis](https://github.com/webdiscus/ansis). This PR replaces the outdated [@colors/colors](https://www.npmjs.com/package/@colors/colors) (last update 2 years ago) package with [smaller](https://github.com/webdiscus/ansis#compare-size) and [faster](https://github.com/webdiscus/ansis#benchmark) - [ansis](https://github.com/webdiscus/ansis), which supports truecolor. Changes: - add a...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...