Skip to content
forked from fanlei/txtable

A simple tool to generate plain text tables.

License

Notifications You must be signed in to change notification settings

whitephp/txtable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

txtable

A simple tool to generate plain text tables.

Usage

$ cat table.txt
-
|Name|Birth Date|Role|Schedule
-
1|Ray|1988-01-23|Programmer|10:00 AM - 3:00 PM
-
2|Michael|1970-12-06||1:30 PM - 5:00 PM
-
|Name|Role|Memo
-
3|Edith|QA| Former team member.
-
$ txtable table.txt
-------------------------------------------------------------------------------
     |   Name    |  Birth Date  |         Role          |       Schedule
-------------------------------------------------------------------------------
  1  |    Ray    |  1988-01-23  |      Programmer       |  10:00 AM - 3:00 PM
-------------------------------------------------------------------------------
  2  |  Michael  |  1970-12-06  |                       |  1:30 PM - 5:00 PM
-------------------------------------------------------------------------------
     |   Name    |     Role     |         Memo
-------------------------------------------------------------------------------
  3  |   Edith   |      QA      |  Former team member.
-------------------------------------------------------------------------------

About

A simple tool to generate plain text tables.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%