1
0
mirror of https://github.com/Zygo/bees.git synced 2025-06-16 01:26:18 +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

@ -17,6 +17,7 @@ CRUCIBLE_OBJS = \
path.o \
process.o \
string.o \
table.o \
task.o \
time.o \
uname.o \