tabler Code
Brought to you by:
hnc
| File | Date | Author | Commit |
|---|---|---|---|
| extra | 2007-07-20 | hnc | [r4] Unmasked ppc architecture. |
| AUTHORS | 2007-06-25 | hnc | [r1] Initial import. |
| ChangeLog | 2007-07-20 | hnc | [r3] Moved strregtok function to util. Added Id key... |
| 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 | 2007-07-20 | hnc | [r3] Moved strregtok function to util. Added Id key... |
| tabler.c | 2007-07-20 | hnc | [r3] Moved strregtok function to util. Added Id key... |
| tabler.man | 2007-06-25 | hnc | [r1] Initial import. |
| util.c | 2007-07-20 | hnc | [r3] Moved strregtok function to util. Added Id key... |
| 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 | | +--------------+----------------------------------+--------------+