tabler Code
Brought to you by:
hnc
File | Date | Author | Commit |
---|---|---|---|
extra | 2007-07-20 | hnc | [r5] Changed release number to start at 1. Removed ... |
AUTHORS | 2007-06-25 | hnc | [r1] Initial import. |
ChangeLog | 2008-07-10 | hnc | [r7] Fixed crash when there is no input. |
Makefile.am | 2007-07-20 | hnc | [r3] Moved strregtok function to util. Added Id key... |
NEWS | 2007-06-25 | hnc | [r1] Initial import. |
README | 2007-06-25 | hnc | [r1] Initial import. |
conf.h | 2007-07-20 | hnc | [r3] Moved strregtok function to util. Added Id key... |
configure.in | 2008-07-10 | hnc | [r8] Update version number. |
tabler.c | 2008-07-10 | hnc | [r7] Fixed crash when there is no input. |
tabler.man | 2007-06-25 | hnc | [r1] Initial import. |
util.c | 2008-04-04 | hnc | [r6] Fixed some typos and misspellings. |
util.h | 2007-07-20 | hnc | [r3] Moved strregtok function to util. Added Id key... |
tabler is a program that generates nice looking text tables from delimited data. For Example: Input: Type Description Translation Campanelle Small cones little bells Casarecci Short lengths rolled into an S Cavatelli Seashell shaped with rolled... Conchiglie Seashell shaped shells Conchiglioni Large, stuffable seashell shaped large shells Lumaconi Jumbo Lumache Maltagliati Flat roughly cut triangles badly cut Orecchiette Bowl or ear shaped pasta little ears Pipe Larger versions of macaroni Run through "tabler -F '\t' -i" Output: +--------------+----------------------------------+--------------+ | Type | Description | Translation | +--------------+----------------------------------+--------------+ | Campanelle | Small cones | little bells | | Casarecci | Short lengths rolled into an S | | | Cavatelli | Seashell shaped with rolled... | | | Conchiglie | Seashell shaped | shells | | Conchiglioni | Large, stuffable seashell shaped | large shells | | Lumaconi | Jumbo Lumache | | | Maltagliati | Flat roughly cut triangles | badly cut | | Orecchiette | Bowl or ear shaped pasta | little ears | | Pipe | Larger versions of macaroni | | +--------------+----------------------------------+--------------+