Add ANSI control codes and table formatting

This commit is contained in:
Dimitri Lozeve 2021-04-27 20:42:10 +02:00
parent c64b51fdf3
commit e4b7f7461d
6 changed files with 152 additions and 0 deletions

8
build.ss Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env gxi
(import :std/build-script)
(defbuild-script
'("fancy/format"
"fancy/table")
optimize: #t)