contabs icon indicating copy to clipboard operation
contabs copied to clipboard

Simple yet flexible tables for console apps.

Results 5 contabs issues
Sort by recently updated
recently updated
newest added

For numeric columns, it would be cool to be able to visualize these as a simple bar chart in a new column. For instance: ``` ╭─────────┬────────┬────────────────────────────────────────────────────────────╮ │ │ │ │...

enhancement
next

In some use cases it might be helpful to allow a table to be redrawn with new data. For instance, I may want to grab new data every 5 seconds,...

enhancement
in progress

Following on from #55, do we ever want to be able to explicitly specify the formatting culture a table (or column) should use when rendering values? Approaches: 1. Apply whatever...

question
backlog

Currently we have four classes in the ConTabsTestData project that exist solely for the purposes of testing and demoing: 1. `DemoDataType` 2. `TestDataType` 3. `MinimalDataType` 4. `InvalidTestDataType` This seems like...

question
backlog