From db629991fa0eb1ead299cb245050b79af63278ff Mon Sep 17 00:00:00 2001 From: Shannon Moeller Date: Sat, 27 Feb 2016 11:37:52 -0500 Subject: [PATCH] Add cli-columns. Loggable columnated text lists. Like `ls` output. Unicode and ANSI safe. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index d7f702e..896c7ad 100644 --- a/readme.md +++ b/readme.md @@ -236,6 +236,7 @@ - [progress](https://github.com/tj/node-progress) - Flexible ascii progress bar. - [cli-cursor](https://github.com/sindresorhus/cli-cursor) - Toggle the CLI cursor. - [columnify](https://github.com/timoxley/columnify) - Create text-based columns suitable for console output. Supports cell wrapping. +- [cli-columns](https://github.com/shannonmoeller/cli-columns) - Columnated unicode and ansi-safe text lists. - [cfonts](https://github.com/dominikwilkowski/cfonts) - Sexy ASCII fonts for the console. - [multispinner](https://github.com/codekirei/node-multispinner) - Multiple, simultaneous, individually controllable CLI spinners. - [omelette](https://github.com/f/omelette) - Shell autocompletion helper.