Skip to content
This repository has been archived by the owner on Jan 10, 2019. It is now read-only.

toddmazierski/tablr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tablr

A web front-end for the terminal-table gem. Converts comma-, tab-, or pipe-delimited values into an ASCII table. I found this useful for pasting tabular data into Bugzilla bug reports. See it in action here!

Screenshot of tablr

Installation

  1. Install any missing gems:
```bash
bundle
```
  1. Start the server:
```bash
bundle exec rackup
```
  1. Visit: http://localhost:9292

About

A web front-end for the terminal-table gem

Resources

License

Stars

Watchers

Forks

Packages

No packages published