All Projects → tdwright → contabs

tdwright / contabs

Licence: MIT license
Simple yet flexible tables for console apps.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to contabs

BetterConsoleTables
Faster, colorable, more configurable, and more robust console colors & tables for C# console applications
Stars: ✭ 59 (+15.69%)
Mutual labels:  console, tables
manakin
🐦 Prime colors for your Node.js console — quick & safe.
Stars: ✭ 29 (-43.14%)
Mutual labels:  console
tinydownloader
a tiny downloader with console panel.
Stars: ✭ 80 (+56.86%)
Mutual labels:  console
attaching jshell
Attach Java 9's JShell to already-running virtual machine
Stars: ✭ 27 (-47.06%)
Mutual labels:  console
nim-dashing
Terminal dashboards for Nim
Stars: ✭ 105 (+105.88%)
Mutual labels:  console
tableize
Turn lists into tables with ease
Stars: ✭ 12 (-76.47%)
Mutual labels:  tables
smag
Show Me A Graph - Command Line Graphing
Stars: ✭ 78 (+52.94%)
Mutual labels:  console
snax86
A snake game written in x86 Assembly language for windows console
Stars: ✭ 21 (-58.82%)
Mutual labels:  console
console.history
📜 Store all javascript console logs in console.history
Stars: ✭ 30 (-41.18%)
Mutual labels:  console
lime
A library for drawing graphics on the console screen
Stars: ✭ 32 (-37.25%)
Mutual labels:  console
xontrib-prompt-bar
The bar prompt for xonsh shell with customizable sections and Starship support.
Stars: ✭ 27 (-47.06%)
Mutual labels:  console
console-logging
Better, prettier commandline logging for Python--with colors! 👻
Stars: ✭ 111 (+117.65%)
Mutual labels:  console
furniture
The furniture R package contains table1 for publication-ready simple and stratified descriptive statistics, tableC for publication-ready correlation matrixes, and other tables #rstats
Stars: ✭ 43 (-15.69%)
Mutual labels:  tables
portera
Remote logs
Stars: ✭ 22 (-56.86%)
Mutual labels:  console
consono
The most correct, informative, appealing and configurable variable inspector for JavaScript
Stars: ✭ 17 (-66.67%)
Mutual labels:  console
qbittorrentui
text user interface for qbittorrent
Stars: ✭ 19 (-62.75%)
Mutual labels:  console
dotfiles
🔧 .files - different setups separated in branches
Stars: ✭ 168 (+229.41%)
Mutual labels:  console
fenrir
An TTY screenreader for Linux.
Stars: ✭ 33 (-35.29%)
Mutual labels:  console
tamcolors
tamcolors is a terminal game library which supports multiplayer and audio. tamcolors gives a buffer which lets the user set the character, foreground color and background color which can draw at a stable FPS of 25 on all supported console.
Stars: ✭ 24 (-52.94%)
Mutual labels:  console
index
The frontend, editor panel, and API of TheIndex.moe
Stars: ✭ 123 (+141.18%)
Mutual labels:  tables

ConTabs logo

Simple yet flexible tables for console apps.

Build status Coverage Status NuGet

Waffle.io - Columns and their card count

Usage

You can make a table in just two lines:

var tab = Table<Sample>.Create(list);
Console.WriteLine(tab.ToString());

A table in a console window

Documentation

The project Wiki contains the following guides:

  1. Getting started
  2. Using styles
  3. Hiding, naming, and ordering columns
  4. Format strings and alignment
  5. Long strings

Contributing

If you're interested in contributing, we'd love to welcome you. Check out our contributing guidelines which should contain everything you need to make a successful contribution.

Background

ConTabs started life as an excuse for me (tdwright) to explore some bits and pieces. I am writing up my experiences on my blog.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].