Registry / cli / text-table

text-table

JSON →
library1.2.4rbrubygemsunverified

Allows you to easily create and format plain text tables, useful when working with the terminal or when you want to quickly print formatted tables to a dot-matrix printer.

gem install text-table
INSTALL
IMPORT
SIG · TEXT-TABLE
T
text-table
clirubyv1.2.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TextTable
require 'text-table'

Create and display a simple text table.

require 'text-table' table = TextTable.new( rows: [['Name', 'Age'], ['Alice', 30], ['Bob', 25]] ) puts table
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.4latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
OpenAI (training)
1
Resources
text-table — gem install text-table · libregistry