Add cli-columns.

Loggable columnated text lists. Like `ls` output. Unicode and ANSI safe.
This commit is contained in:
Shannon Moeller
2016-02-27 11:37:52 -05:00
parent 7d49e1d143
commit db629991fa

View File

@@ -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.