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
- Host: GitHub
- URL: https://github.com/alyssais/table
- Owner: alyssais
- License: gpl-3.0
- Created: 2018-01-10T20:23:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-11T16:18:31.000Z (over 8 years ago)
- Last Synced: 2025-01-03T21:15:14.178Z (over 1 year ago)
- Topics: cli, tab, table, tsv
- Language: Ruby
- Homepage:
- Size: 33.2 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
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