0.0
No commit activity in last 3 years
No release in over 3 years
Create ascii table from command line
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 5.5
~> 10.0

Runtime

 Project Readme

AsciiTable

Create ascii table from command line using terminal-table

Travis Gem Version Code Climate Test Coverage Inline docs

Gem | Source | Documentation

Installation

Install it yourself as:

gem install ascii_table

Usage

$ ascii_table -h

Message: Help!

Usage: cat data.csv | ascii_table -H -d ";" [options]

    -d, --delimiter DELIMITER        Delimiter. Default: ;
    -H, --header                     First line is header. Default: no
    -A, --table-align POSITION       Align all cells to POSITION. Default left
    -a, --align COLUMN1=POSITION,... All specific cell to. Example 1=left,3=right,4=center
    -s, --separator SEPARATOR        Add a separator. Default: empty line
    -h, --help                       Help

Contributing

  1. Fork it ( https://github.com/neopoly/ascii_table/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request