Add ANSI control codes and table formatting
This commit is contained in:
parent
c64b51fdf3
commit
e4b7f7461d
6 changed files with 152 additions and 0 deletions
8
build.ss
Executable file
8
build.ss
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env gxi
|
||||
|
||||
(import :std/build-script)
|
||||
|
||||
(defbuild-script
|
||||
'("fancy/format"
|
||||
"fancy/table")
|
||||
optimize: #t)
|
Loading…
Add table
Add a link
Reference in a new issue