/ascii-table

A lame little ASCII table generator with search functionality

Primary LanguageGo

ASCII Table

A simple ASCII table generator for the CLI.

Completely overkill but it was fun writing it.

Usage: ./ascii-table -h

Building from source

As with most golang projects:

go get
get build