]> git.scottworley.com Git - tablify/blame - README.md
Render tally marks with overridden mark character
[tablify] / README.md
CommitLineData
077aa989
SW
1# Tablify
2
3Display a flat text log as an HTML table.
4
05473926
SW
5Input format:
6
7 row 1 label
8 column label for a thing
9 column label for a different thing: cell contents
10
11 row 2 label
12 column label for a thing
13 ...
14
15Several bang-commands are available to control output formatting:
16
17* `!col <column>` to force column ordering, overriding frequency-ordering.
18* `!colsep` to leave a insert a gap between columns (skip two lines to leave a gap between rows).
19* `!col_threshold <N>` to set the threshold at which entries get columns rather than being left as notes on the right. Default: 2
20* `!hide <column>` to omit a column
21* `!label <column>:<new label>` to change a column's label without needing to change all the input occurrences.
22
077aa989
SW
23(For the other `tablify` that makes ascii-art tables, see [Text-RecordParser][].)
24
25[Text-RecordParser]: https://metacpan.org/dist/Text-RecordParser/view/bin/tablify