1
0
mirror of https://github.com/Zygo/bees.git synced 2025-06-16 09:36:17 +02:00

table: add a simple text table renderer

This should help clean up some of the uglier status outputs.

Supports:

 * multi-line table cells
 * character fills
 * sparse tables
 * insert, delete by row and column
 * vertical separators

and not much else.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
Zygo Blaxell
2023-01-28 21:26:51 -05:00
parent e22653e2c6
commit a59a02174f
5 changed files with 425 additions and 0 deletions

View File

@ -8,6 +8,7 @@ PROGRAMS = \
process \
progress \
seeker \
table \
task \
all: test