An open API service indexing awesome lists of open source software.

https://github.com/alyssais/table

turn tab-delemited input into tables, correctly aligned even if coloured
https://github.com/alyssais/table

cli tab table tsv

Last synced: 28 days ago
JSON representation

turn tab-delemited input into tables, correctly aligned even if coloured

Awesome Lists containing this project

README

          

table -- turn tab-delemited input into tables

Better than `column -t` because it's aware of ANSI escape sequences,
and so doesn't choke on colors.

DEPENDENCIES

A working Ruby interpreter is required.

INSTALLATION

Recommended installation is through Homebrew:

brew install alyssais/formulae/table

Or, obtain the source code and run the following from the project root:

rake install

USAGE

echo ... | table
table tabfile.tsv

CONTRIBUTING

File bug reports and pull requests at https://github.com/alyssais/table.

AUTHOR

Alyssa Ross